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.
|
7 months ago | |
---|---|---|
.github | 8 months ago | |
.vscode | 12 months ago | |
cypress | 9 months ago | |
docs | 7 months ago | |
scripts | 2 years ago | |
src | 7 months ago | |
.editorconfig | 2 years ago | |
.eslintrc | 2 years ago | |
.gitignore | 2 years ago | |
.prettierrc | 2 years ago | |
CHANGELOG.md | 7 months ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
cypress.config.ts | 1 year ago | |
favicon.png | 3 years ago | |
index.html | 9 months ago | |
package-lock.json | 7 months ago | |
package.json | 7 months ago | |
pnpm-lock.yaml | 9 months ago | |
tsconfig.json | 2 years ago | |
vite.config.ts | 2 years ago | |
yarn.lock | 7 months ago |
README.md
canvas-editor
a rich text editor by canvas/svg
tips
- docs
- canvas-editor-plugin
- 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'), {
main: [
{
value: 'Hello World'
}
]
})
next features
- table paging
- improve performance
- control rules
- CRDT
snapshot
install
yarn
dev
npm run dev
build
app
npm run build
lib
npm run lib