-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Hi,
I'm working with your lib (2.1.1).
I simply load the module. When I want to use the "html" method, i see an "HTMLOptions" interface:
However in the module, it's a simple "Collection of settings":
What is the right param of html method? Simple object, with some allowed keys (callback, html2canvas, jsPdf) or- "HTMLOptions" ?
The doc only says "Collection of settings" with only "callback" property (http://raw.githack.com/MrRio/jsPDF/master/docs/module-html.html#~html).
Kind regards,
EM