- 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 install
to install the necessary dependencies.
- Place your SVG files in the
input
directory. - Run the script by executing
npm start
ornode index.js
in your terminal. - Converted PNG files with transparent backgrounds will be saved in the
output
directory.
- 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.