A PHP command line tool for converting SVG images to a set of CSS icons (SVG & PNG, single icons and / or CSS sprites) with support for image optimization and Sass output. Created by Joschi Kuphal (@jkphl), licensed under the terms of the MIT license
'#!/usr/bin/env php' is more portable than '#!/usr/bin/php' at the top of the script. Some people have unusual configurations for PHP (MAMP on the Mac, for example). It's a minor, but useful change.
'#!/usr/bin/env php' is more portable than '#!/usr/bin/php' at the top of the script. Some people have unusual configurations for PHP (MAMP on the Mac, for example). It's a minor, but useful change.