pn-rich-text-editor

pn-rich-text-editor - 基于javascript和css开发的 web 富文本编辑器, 轻量、简洁、易用、开源免费

Usage no npm install needed!

<script type="module">
  import pnRichTextEditor from 'https://cdn.skypack.dev/pn-rich-text-editor';
</script>

README

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

新地址