An open API service indexing awesome lists of open source software.

https://github.com/saneef/svgs2pngs

Node.js script to convert SVGs to PNGs.
https://github.com/saneef/svgs2pngs

Last synced: 9 months ago
JSON representation

Node.js script to convert SVGs to PNGs.

Awesome Lists containing this project

README

          

# svgs2pngs

Script to convert SVGs to PNGs.

# Usage

1. Clone this repo.
1. `cd` into the cloned directory.
1. Install NPM packages: `npm install` or `yarn install`.
1. Run the script: `./svgs2pngs -w `.
- Example: `./svgs2pngs ~/svgs -w 1024`, will convert all SVGs in the path `~/svgs` to PNGs of width `1024px`.