piqnt / svgexport

SVG to PNG/JPEG command-line tool and Node.js module
927 stars 85 forks source link

Ported to Puppeteer #69

Closed MichaelRoosz closed 4 years ago

MichaelRoosz commented 4 years ago

Since Phantomjs is no longer supported, I have ported svgexport to Puppeteer. Requires Node 8.9.0+.

shakiba commented 4 years ago

Wow, this is great! :) Once I made an attempt with chrome-headless but wasn't able to adjust viewport correctly. I will test and merge this soon.