eKoopmans/html2pdf.js

PNG, JPG not rendered

Gaetanbrl opened this issue · 1 comments

I try to render some pictures with html2Pdf.js lib.
But on PDF generation, i get no pictures.

Here, a simple exemple where or are ignored by the lib (i guess) :

https://jsfiddle.net/Gaetanbrl/jkzu1b9g/

Fixed by :

#514 (comment)

With :

html2canvas: {useCORS:true},