File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import './src/deprecated/from_html.js';
3434import './src/deprecated/html2pdf.js' ;
3535
3636import './src/libs/Blob.js' ;
37- import './node_modules/file-saver/FileSaver.js' ;
37+ import './node_modules/file-saver/src/ FileSaver.js' ;
3838import './node_modules/omggif/omggif.js' ;
3939import './src/libs/adler32cs.js' ;
4040import './src/libs/bidiEngine.js' ;
Original file line number Diff line number Diff line change 44 "homepage" : " https://github.com/mrrio/jspdf" ,
55 "description" : " PDF Document creation from JavaScript" ,
66 "main" : " dist/jspdf.min.js" ,
7+ "bugs" : {
8+ "url" : " https://github.com/MrRio/jsPDF/issues"
9+ },
710 "files" : [
811 " dist/jspdf.debug.js" ,
912 " dist/jspdf.min.js" ,
2124 },
2225 "dependencies" : {
2326 "canvg" : " 1.5.3" ,
24- "file-saver" : " 1.3.8" ,
27+ "file-saver" : " eligrey/FileSaver.js# 1.3.8" ,
2528 "html2canvas" : " 1.0.0-alpha.12" ,
2629 "omggif" : " 1.0.7" ,
2730 "promise-polyfill" : " 8.1.0" ,
You can’t perform that action at this time.
0 commit comments