github上的canvas-editor按#765pr合并得到
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.
 
 
 
Hufe921 f2dc9281cd
docs:content block feature roadmap
3 years ago
.github/workflows test:lock serve version 3 years ago
.vscode feat:add laTex particle 4 years ago
cypress test:add search navigate test case 4 years ago
src fix:optimize contextmenu position 3 years ago
.editorconfig feat:add eslint and fix 4 years ago
.eslintrc feat:add eslint and fix 4 years ago
.gitignore feat:rich text editor by canvas 4 years ago
LICENSE feat:add license 4 years ago
README.md docs:content block feature roadmap 3 years ago
cypress.json fix:update cypress viewport width 4 years ago
favicon.png feat:rich text editor by canvas 4 years ago
index.html feat:page scale shortcut key title 3 years ago
package.json v0.9.7 3 years ago
tsconfig.json feat:rich text editor by canvas 4 years ago
vite.config.ts feat:add lib mode build script 4 years ago
yarn.lock feat:add eslint and fix 4 years ago

README.md

canvas-editor

a rich text editor by canvas

tips

  1. The render layer by svg is under development, see feature/svg
  2. The export pdf feature is available now, see feature/pdf
  3. The official NPM package will be available after the release of version 1.0.0

snapshot

image

next features

  1. content block (iframe,video,gif etc), see feature/content-block
  2. control rules
  3. table paging
  4. docs

install

yarn

dev

yarn run dev

build

app

yarn run build

lib

yarn run lib