You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
415 B
31 lines
415 B
<h1 align="center">canvas-editor</h1>
|
|
|
|
<p align="center"> a rich text editor by canvas</p>
|
|
|
|
## snapshot
|
|
|
|

|
|
|
|
## next features
|
|
|
|
1. fix bugs
|
|
2. compress output data size ✔
|
|
3. usage mode ✔
|
|
4. unit test
|
|
5. controls
|
|
|
|
## install
|
|
|
|
`yarn`
|
|
|
|
## dev
|
|
|
|
`yarn run dev`
|
|
|
|
## build
|
|
|
|
#### app
|
|
`yarn run build`
|
|
|
|
#### lib
|
|
`yarn run lib` |