Skip to content

Commit

Permalink
Update spritesmith
Browse files Browse the repository at this point in the history
  • Loading branch information
alexojegu committed Apr 4, 2016
1 parent 9e09e09 commit f7b5e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spritesmith
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function run (data) {
function (files, next) {
spritesmith({
src: files,
engine: data.engine || 'phantomjssmith',
engine: data.engine || 'pixelsmith',
algorithm: data.algorithm || 'binary-tree',
algorithmOpts: data.algorithmOpts || {},
padding: data.padding || 0,
Expand Down

0 comments on commit f7b5e82

Please sign in to comment.