1.3.1 • Published 6 months ago
@modusoperandi/licit-export-pdf v1.3.1
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.7
7 months ago
1.2.6
7 months ago
1.2.5
9 months ago
1.2.4
10 months ago
1.2.3
10 months ago
1.3.1
6 months ago
1.3.0
7 months ago
1.2.2
1 year ago
1.2.0
1 year ago
1.2.1
1 year ago
1.0.2
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
1.0.0
2 years ago
0.0.10
2 years ago
0.0.9
3 years ago
0.0.5
3 years ago
0.0.6
3 years ago
0.0.4
3 years ago