0.0.7 • Published 3 years ago

asr-make-editor v0.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

asr-make-editor

基于wangEditor二次开发,轻量级 web 富文本编辑器,配置方便,使用简单。

浏览器兼容性

兼容常见的 PC 浏览器:Chrome,Firefox,Safar,Edge,QQ 浏览器,IE11 。

不支持移动端。

基本使用

npm 安装 npm i asr-make-editor --save ,几行代码即可创建一个编辑器

import E from "asr-make-editor";
const editor = new E("#div1");
editor.create();

更多使用方法,可参考文档

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago