@colinng/jspdf-html2canvas-pro
v0.0.7
Published
jsPDF fork but using html2canvas-pro. This is a temporary workaround.
Readme
This is a fork of:
to fix the compilation error
File '.../node_modules/@zendostrike/jsPDF-html2canvas-pro/types/index.d.ts' is not a module.by changing /types/index.d.ts so the module name...
declare module "jspdf" {...now matches the npm package name
declare module "@colinng/jsPDF-html2canvas-pro" {zendostrike's ReadMe:
[!CAUTION] Do not use this on a production environment
jspdf-html2canvas-pro
JsPDF fork but using html2canvas-pro. This is a temporary workaround for this issue.
I created this repo only to test jsPDF on my local environment.
