svgpng
Convert SVG image into PNG.
Installation
Installing svgpng via npm
npm install svgpng --save
Usage
Converting a Single SVG File into PNG
#!/usr/bin/env/node const svgpng = ;async { await }
Converting Multiple SVG Files into PNG
#!/usr/bin/env/node const svgpng = ;async { await svgpng}
CLI
$ npm install svgpng -g
$ svgpng src/foo.svg dest/foo.png -w 256 -h 360
License
This software is released under the MIT License.