@gtf1119/docs
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

canvas-editor

Version License PRs

a rich text editor by canvas/svg

tips

  1. docs
  2. canvas-editor-plugin
  3. The render layer by svg is under development, see feature/svg
  4. The export pdf feature is available now, see feature/pdf

usage

npm i @gtf1119/docs --save
<div class="canvas-editor"></div>
import Editor from '@gtf1119/docs'

new Editor(document.querySelector('.canvas-editor'), {
  main: [
    {
      value: 'Hello World'
    }
  ]
})

next features

  1. table paging
  2. improve performance
  3. control rules
  4. CRDT

snapshot

image

install

yarn

dev

npm run dev

build

app

npm run build

lib

npm run lib fork from (https://github.com/Hufe921/canvas-editor)

/@gtf1119/docs/

    Package Sidebar

    Install

    npm i @gtf1119/docs

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    12.7 MB

    Total Files

    206

    Last publish

    Collaborators

    • gtf1119