github上的canvas-editor按#765pr合并得到
Go to file
Hufe921 ac8ba19a05 v0.9.1 2022-06-07 23:02:10 +08:00
.github/workflows feat:add github action 2022-03-25 13:48:41 +08:00
.vscode feat:add cSpell ignore paths 2022-03-25 13:23:14 +08:00
cypress feat:add checkbox control test case 2022-04-15 21:50:35 +08:00
src v0.9.1 2022-06-07 23:02:10 +08:00
.editorconfig feat:add eslint and fix 2022-03-22 14:48:10 +08:00
.eslintrc feat:add eslint and fix 2022-03-22 14:48:10 +08:00
.gitignore feat:rich text editor by canvas 2021-11-12 22:22:05 +08:00
LICENSE feat:add license 2022-04-06 23:05:12 +08:00
README.md v0.9.1 2022-06-07 23:02:10 +08:00
cypress.json fix:update cypress viewport width 2022-04-14 21:06:45 +08:00
favicon.png feat:rich text editor by canvas 2021-11-12 22:22:05 +08:00
index.html feat:add word count web worker 2022-06-06 17:32:17 +08:00
package.json v0.9.1 2022-06-07 23:02:10 +08:00
tsconfig.json feat:rich text editor by canvas 2021-11-12 22:22:05 +08:00
vite.config.ts feat:add lib mode build script 2021-12-11 23:04:26 +08:00
yarn.lock feat:add eslint and fix 2022-03-22 14:48:10 +08:00

README.md

canvas-editor

a rich text editor by canvas

tips

  1. The export pdf feature is available now, see feature/pdf
  2. The official NPM package will be available after the release of version 1.0.0

snapshot

image

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