spritesmith
Advanced tools
Comparing version 0.14.0 to 0.15.0
# spritesmith changelog | ||
0.15.0 - Moved to `phantomjssmith@0.4.0` and added `timeout` option | ||
0.14.0 - Moved to `gmsmith@0.3.0` for detection of imagemagick | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "spritesmith", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Utility that takes images and creates a spritesheet with JSON sprite data", | ||
@@ -26,3 +26,3 @@ "main": "src/smith.js", | ||
"optionalDependencies": { | ||
"phantomjssmith": "~0.3.0", | ||
"phantomjssmith": "~0.4.0", | ||
"gmsmith": "~0.3.0", | ||
@@ -29,0 +29,0 @@ "canvassmith": "~0.1.0" |
@@ -50,2 +50,11 @@ # Spritesmith | ||
### PhantomJS export options | ||
For the `phantomjs` engine, the current output options are: | ||
```js | ||
{ | ||
'timeout': 10000 // Milliseconds to wait until terminating PhantomJS script | ||
} | ||
``` | ||
### Canvas export options | ||
@@ -52,0 +61,0 @@ For the `canvas` engine, the current output options are: |
496139
159