document-wizard
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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)
  },
})

/document-wizard/

    Package Sidebar

    Install

    npm i document-wizard

    Weekly Downloads

    1

    Version

    1.0.12

    License

    MIT

    Unpacked Size

    4.92 MB

    Total Files

    152

    Last publish

    Collaborators

    • bubo.r