Skip to content

zhangporco/crayon-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
  ]
})

About

mobile h5 editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published