Skip to content

KirillTregubov/lunajs

Repository files navigation

Luna.js

A dependency-free JavaScript WYSIWYG HTML editor built by Kirill Tregubov. No WordPress required.

View Demo

View Examples

View Documentation

View Library Source

Get Started

To get started you must download and add the luna script file and stylesheet to your document head.

<head>
  <script src="luna.js"></script>
  <link rel="stylesheet" href="luna.css" />
</head>

Now you are able to call the Lunajs initializer and create an interface using the following code:

new Lunajs().init();

About

A dependency-free vanilla JavaScript WYSIWYG HTML editor.

Resources

Stars

Watchers

Forks