This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| rem Automatically download then convert Font Awesome SVGs to PNGs black and white | |
| rem need git, imagemagick, node installed and svgexport (npm install svgexport -g) | |
| :main | |
| git clone https://github.com/FortAwesome/Font-Awesome | |
| mkdir pngs | |
| set folder=solid |
NewerOlder