jspdf - npm
www.npmjs.com › package › jspdfOptional dependencies. Some functions of jsPDF require optional dependencies. E.g. the html method, which depends on html2canvas and, when supplied with a string HTML document, dompurify.
jsPDF - Documentation
https://artskydj.github.io/jsPDF/docs/jsPDF.html02.04.2019 · jspdf.js, line 4872. jsPDF.API is a STATIC property of jsPDF class. jsPDF.API is an object you can add methods and properties to. The methods / properties you add will show up in new jsPDF objects. One property is prepopulated. It is the 'events' Object. Plugin authors can add topics, callbacks to this object.
jsPDF - Documentation
artskydj.github.io › jsPDF › docsApr 02, 2019 · jspdf.js, line 4872. jsPDF.API is a STATIC property of jsPDF class. jsPDF.API is an object you can add methods and properties to. The methods / properties you add will show up in new jsPDF objects. One property is prepopulated. It is the 'events' Object. Plugin authors can add topics, callbacks to this object.
jsPDF - GitHub Pages
mrrio.github.iovar doc = new jsPDF(); doc.setFontSize(22); doc.text(20, 20, 'This is a title'); doc.setFontSize(16); doc.text(20, 30, 'This is some normal sized text underneath.');
jspdf - npm
https://www.npmjs.com/package/jspdfOptional dependencies. Some functions of jsPDF require optional dependencies. E.g. the html method, which depends on html2canvas and, when supplied with a string HTML document, dompurify.JsPDF loads them dynamically when required (using the respective module format, e.g. dynamic imports).