canvas-editor-jing
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

canvas-editor

a rich text editor by canvas/svg

tips

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

usage

npm i canvas-editor-jing --save
<div class="canvas-editor"></div>
import Editor from "@liwenjingf/canvas-editor"

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

next features

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

snapshot

image

install

yarn

dev

npm run dev

build

app

npm run build

lib

npm run lib

/canvas-editor-jing/

    Package Sidebar

    Install

    npm i canvas-editor-jing

    Weekly Downloads

    0

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    1.76 MB

    Total Files

    162

    Last publish

    Collaborators

    • zsjing