1.0.7 • Published 3 years ago

leoeditor v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago