0.0.3 • Published 9 months ago

@wikz/canvas-editor-plugin-pdf v0.0.3

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

usage

npm i @wikz/canvas-editor-plugin-pdf --save
import Editor from '@wikz/canvas-editor'
import pdfPlugin from '@wikz/canvas-editor-plugin-pdf'

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


instance.executeExportPdf({
  fileName: string
})
0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago