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.
- Host: GitHub
- URL: https://github.com/saneef/svgs2pngs
- Owner: saneef
- License: mit
- Created: 2022-04-24T09:34:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T09:45:54.000Z (about 4 years ago)
- Last Synced: 2025-06-13T22:09:09.635Z (12 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.