72e97b7883f0f84961afd7ed93b740d1915f731c
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%
