document-wizard
v1.0.12
Published
pdf viewer with editor
Readme
Document Wizard
PDF Viewer with editor
Usage
import * as DocumentWizard from 'document-wizard'
DocumentWizard.loadViewer({
pdfUrl: '/sample.pdf',
isAdmin: true,
onSave: (blob) => {
console.log(blob)
},
})
