jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

Issue with .html() method arguments

Open Cruz01pt opened this issue 3 years ago • 0 comments

I have read and understood the contribution guidelines

I have encountered a strange behavior with the .html() method, after running it with a simple html string contaning only '<p>this is fun!</p>' and no options or callbacks the code gets stuck on an infinite cycle, the second argument is supposed to be optional as it says here https://artskydj.github.io/jsPDF/docs/module-html.html#~html Thanks in advance

Cruz01pt avatar Aug 10 '22 15:08 Cruz01pt