fuzhenn / node-svg2img

A high-performance in-memory convertor to convert svg to png/jpeg images for Node.
MIT License
159 stars 37 forks source link

Adds png compression #42

Closed gerardvandeweerd closed 3 years ago

gerardvandeweerd commented 3 years ago

For a project I needed to be able specify the png compression level. I noticed that node canvas supports an option for this, so I added the option to the svg2imgoptions and pass it to canvas

fuzhenn commented 3 years ago

Thanks! Published as 0.9.0