0.0.1 • Published 3 years ago

asr-make-plugin-editor v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

asrEditor

基于开源wangEditor二次开发

浏览器兼容性

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

不支持移动端。

基本使用

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

import E from "asreditor";
const editor = new E("#div1");
editor.create();