We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314f058 commit 3538bf7Copy full SHA for 3538bf7
examples/js/font-faces.js
@@ -1,4 +1,4 @@
1
-const doc = new jsPDF();
+var doc = new jsPDF();
2
3
doc.text("This is the default font.", 20, 20);
4
0 commit comments