jsPDF
jsPDF copied to clipboard
Issue with .html() method arguments
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