Lukas Holländer
Lukas Holländer
@sanishtjppi There is a bug/missing feature, where images are included in a raw, uncompressed way when using the HTML function. See #3178.
The `html2canvas` option is currently not for passing options to html2canvas, but for injecting the html2canvas module. We should probably improve this situation, though.
Ah sorry, I wrote "html2canvas option" instead of "html2canvas module". The typings suggest that you can pass html2canvas options to html2canvas, but that's unfortunately not true/not implemented. I'm willing to...
Thanks for reporting this. A pull request to improve this is very welcome.
A pull request fixing this would be very welcome.
Thanks for the bug report. A pull request for a fix would be welcome.
I don't think that's possible ATM. It would also be hard to implement in jsPDF. You might split your HTML beforehand and call html() multiple times.
I currently don't have the time to look into these issues. But I will happily merge pull requests ;)
Thanks for reporting this. Although I think this is more of a missing feature than a bug. If I read the documentation correctly, the `options.image.quality` argument only applies when using...
Does it occur if you use Canvg directly?