First you'll need to install these softwares/packages to run icon maker scripts.
- Node.js
- Python
Node.js:
npm install sharpPython:
pip install Pillow opencv-python numpyTo make png file from svg file:
node ./SVG2PNG.js <input_folder> <output_folder>To make styled icons from png file:
python ./img_process.py -i <input_folder> -o <output_folder>