0.0.2 • Published 10 months ago

@hufe921/canvas-editor-plugin-diagram v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

usage

npm i @hufe921/canvas-editor-plugin-diagram --save
import Editor from '@hufe921/canvas-editor'
import diagramPlugin from '@hufe921/canvas-editor-plugin-diagram'

const instance = new Editor()
instance.use(diagramPlugin)

command.executeLoadDiagram({
  lang?: Lang
  data?: string
  onDestroy?: (message?: any) => void
})
0.0.2

10 months ago

0.0.1

10 months ago