3.0.2
Recent Commits to jsPDF:master
-
3.0.2
-
Fix parsing corrupt PNG images in the addImage method (#3880)
Fix parsing corrupt PNG images in the addImage method (#3880) - remove atob and btoa dependencies and use native implementations for node build, as well - replace built-in PNG parser with the fast-png 3rd party dependency - consistently support 16bit color spaces - fix compression being applied with compression="NONE" in some cases