matatk / one-svg-to-many-sized-pngs

This takes one SVG file as input and produces n PNG files, at different sizes.
0 stars 0 forks source link

Investigate the use of the sharp library #5

Open matatk opened 6 years ago

matatk commented 6 years ago

https://github.com/lovell/sharp

This could be so fast as to not need the caching?

matatk commented 6 years ago

Another option would be to move to convert-svg as that uses Chromium (so presumably would result in fewer dependencies on most of the projects where I use this). Might find that one of these has a sufficiently simple API to not need this wrapper library anymore?