1.0.7 • Published 4 years ago

leoeditor v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

LeoEditor

用 webpack 和 typescript 实现一个简单的富文本编辑器

usage


NPM or YARN

npm install leoeditor --save
yarn add leoeditor

最简单的使用:初始化挂载到一个html 标签上

import L from "leoeditor";
import "leoeditor/dist/main.css";
const editor = new L("#app");
editor.create();
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago