crayon-editor
v1.0.3
Published
mobile h5 full editor
Downloads
1
Readme
Crayon Editor
移动端富文本编辑器
安装
npm install crayon-editor
// or
yarn add crayon-editor
使用
import Crayon from '../../editor'
const editor = new Crayon({
id: 'editor-content',
plugins: [
'edit',
'del',
'auto-save',
'insert-img',
'rotate-img'
]
})