1.2.2 • Published 10 months ago

@modusoperandi/licit-export-pdf v1.2.2

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

Ability to export the editor content as pdf.

Build

Commands

  • npm install

  • npm pack

To use this in Licit

  • npm install @modusoperandi/licit-export-pdf

Include plugin in licit component

  • import ExportPDFPlugin
  • add ExportPDFPlugin instance in licit's plugin array
  • Constructor param showButton to display PDF button in toolbar or not.
import {ExportPDFPlugin} from  '@modusoperandi/licit-export-pdf';

const plugins = [new ExportPDFPlugin(true)]

ReactDOM.render(<Licit docID={''} plugins={plugins}/>
1.2.2

10 months ago

1.2.0

10 months ago

1.2.1

10 months ago

1.0.2

1 year ago

1.1.0

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago