luna-editor
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Luna Editor

Wysiwyg editor.

Demo

https://luna.liriliri.io/?path=/story/editor

Install

Add the following script and style to your page.

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/luna-editor/luna-editor.css" />
<script src="//cdn.jsdelivr.net/npm/luna-editor/luna-editor.js"></script>

You can also get it on npm.

npm install luna-editor --save
import 'luna-editor/luna-editor.css'
import LunaEditor from 'luna-editor'

Usage

const container = document.getElementById('container')
const editor = new LunaEditor(container)
console.log(editor.html())

Readme

Keywords

Package Sidebar

Install

npm i luna-editor

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

169 kB

Total Files

16

Last publish

Collaborators

  • surunzi