We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5368297 commit a7be7dbCopy full SHA for a7be7db
README.md
@@ -87,7 +87,7 @@ var opt = {
87
image: { type: 'jpeg', quality: 0.98 },
88
html2canvas: { dpi: 192, letterRendering: true },
89
jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' }
90
-});
+};
91
92
// New Promise-based usage:
93
html2pdf().from(element).set(opt).save();
0 commit comments