|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| cypress | ||
| src | ||
| .editorconfig | ||
| .eslintrc | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| cypress.json | ||
| favicon.png | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
README.md
canvas-editor
a rich text editor by canvas
tips
- The export pdf feature is available now, see feature/pdf
- The official NPM package will be available after the release of version 1.0.0
snapshot
next features
- fix bugs
- controls
- table paging
- docs
install
yarn
dev
yarn run dev
build
app
yarn run build
lib
yarn run lib
