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

0.0.7 • Public • Published

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();

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

Package Sidebar

Install

npm i asr-make-editor

Weekly Downloads

22

Version

0.0.7

License

ISC

Unpacked Size

3.17 MB

Total Files

277

Last publish

Collaborators

  • xionghaiz