Skip to content

Instantly share code, notes, and snippets.

View klemek's full-sized avatar
127.0.0.1 sweet 127.0.0.1

Kleπek klemek

127.0.0.1 sweet 127.0.0.1
View GitHub Profile
@klemek
klemek / font-awesome-png.bat
Last active April 24, 2019 08:58
Download then convert latest Font Awesome SVGs into PNGs
@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