Closed cikoriicabachkov closed 9 years ago
Hello! How can I set spritesmith options? I try this way, but nothing happens.
var opts = { stylesheetPath : './dist', spritePath : './dist/images/sprite.png', outputDimensions: true, spritesmith: { padding: 10 } };
Oops! The right way is:
var opts = { stylesheetPath : './dist', spritePath : './dist/images/sprite.png', outputDimensions: true, padding: 10 };
Hello! How can I set spritesmith options? I try this way, but nothing happens.