node-iconizr
node-iconizr copied to clipboard
SVG + PNG icon kit generator — A low-level Node.js module that creates a CSS icon kit from a bunch of SVG files, serving them as SVG / PNG sprites or embedded data URIs along with suitable CSS / Sass...
It would be useful to have it as command line. Just like the PHP Cli one.
Under certain circumstances, the following binaries have to be `chmod`ded / `paxctl`d after their installation: * `node_modules/pngcrush-bin/vendor/pngcrush` * `node_modules/pngquant-bin/vendor/pngquant` * `node_modules/optipng-bin/vendor/optipng`
There are situations where one particular SVG shape needs to be present multiple times in the sprite, e.g. when you have a particular icon and several different hover states for...
In case the sprite dimensions are too big, it's possible that the max. buffer for the [PhantomJS call](https://github.com/jkphl/node-iconizr/blob/dev/lib/iconizr/fallback.js#L163) gets exceeded. There should be a third argument to the `execFile()` command:...
I tried generating a sprite sheet with a set of icons that have different sizes. This worked correctly on the online version of iconizr (they all get scaled down to...