4624cb051dd1fac754dc13f5b626e331e0717ed4
* Revert "fix: table elements position when zooming" This reverts commit3ff0eea948. * Revert "feat: table border tool" This reverts commit5c529b76ca. * Revert "add table tool style" This reverts commitf64a620b22. * Revert "table tool optimization" This reverts commit86193af3f8.
canvas-editor
a rich text editor by canvas/svg
tips
- docs
- The render layer by svg is under development, see feature/svg
- The export pdf feature is available now, see feature/pdf
usage
npm i @hufe921/canvas-editor --save
<div class="canvas-editor"></div>
import Editor from "@hufe921/canvas-editor"
new Editor(document.querySelector(".canvas-editor"), [
{
value: "Hello World"
}
])
next features
- line beginning punctuation
- improve performance
- control rules
- table paging
snapshot
install
yarn
dev
yarn run dev
build
app
yarn run build
lib
yarn run lib
Languages
TypeScript
94.9%
CSS
3.7%
HTML
1.3%
JavaScript
0.1%
