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.
35 lines
605 B
35 lines
605 B
<h1 align="center">canvas-editor</h1>
|
|
|
|
<p align="center"> a rich text editor by canvas</p>
|
|
|
|
## tips
|
|
|
|
1. The export pdf feature is available now, see [feature/pdf](https://github.com/Hufe921/canvas-editor/tree/feature/pdf)
|
|
2. The official NPM package will be available after the release of version 1.0.0
|
|
|
|
## snapshot
|
|
|
|

|
|
|
|
## next features
|
|
|
|
1. fix bugs
|
|
2. controls
|
|
3. table paging
|
|
4. docs
|
|
|
|
## install
|
|
|
|
`yarn`
|
|
|
|
## dev
|
|
|
|
`yarn run dev`
|
|
|
|
## build
|
|
|
|
#### app
|
|
`yarn run build`
|
|
|
|
#### lib
|
|
`yarn run lib` |