spritesmith
Advanced tools
Comparing version 0.17.0 to 0.17.1
# spritesmith changelog | ||
0.17.1 - Fixed missing links in README | ||
0.17.0 - Added `pngsmith` as an engine, allowing external dependency-free installation | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "spritesmith", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Utility that takes images and creates a spritesheet with JSON sprite data", | ||
@@ -5,0 +5,0 @@ "main": "src/smith.js", |
@@ -102,2 +102,5 @@ # Spritesmith | ||
[`pngparse`]: https://github.com/darkskyapp/pngparse | ||
[`ndarrays`]: https://github.com/mikolalysenko/ndarray | ||
### phantomjs | ||
@@ -104,0 +107,0 @@ The `phantomjs` engine relies on having [phantomjs][] installed on your machine. Visit [the phantomjs website][phantomjs] for installation instructions. |
381118
168