- Make sure you have Node.js and npm installed on your system.
- Clone this repository or create the directory structure as described above.
- Navigate to the project directory in your terminal.
- Run
npm installto install the necessary dependencies.
- Place your SVG files in the
inputdirectory. - Run the script by executing
npm startornode index.jsin your terminal. - Converted PNG files with transparent backgrounds will be saved in the
outputdirectory.
- svgexport: A Node.js module and command-line utility to export SVG files to PNG and JPEG.
This project is licensed under the MIT License - see the LICENSE file for details.
