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

Drop use of fs-extra #6

Closed matatk closed 6 years ago

matatk commented 6 years ago

This has been a very helpful library, but the functionality this module needs is now in Node's standard library.

matatk commented 6 years ago

Actually it wasn't all in the standard library, though it seems simpler to depend on mkdirp just for that part as it's more focused, so am going with that approach...