1.0.6 • Published 4 years ago

pn-rich-text-editor v1.0.6

Weekly downloads
12
License
-
Repository
-
Last release
4 years ago

pn-rich-text-editor

介绍

pn-rich-text-editor —— 轻量级 web 富文本编辑器,配置方便,使用简单。支持 IE10+ 浏览器。

使用

import Pn from "pn-rich-text-editor";

let editor = new Pn('#div1');
editor.customConfig.onchange = (html) => {
  console.log(html);
};
editor.create();

迁移项目到 @layson/rich-text-editor

新地址