0.0.2 • Published 7 months ago

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

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

usage

npm i @hufe921/canvas-editor-plugin-codeblock --save
import Editor from "@hufe921/canvas-editor"
import codeblockPlugin from "@hufe921/canvas-editor-plugin-codeblock"

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

instance.executeInsertCodeblock(content: string)
0.0.2

7 months ago

0.0.1

10 months ago