-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Here is my code:
var nsg = require('node-sprite-generator');
nsg({
src: ['images/1.jpg',
'images/2.jpg',
'images/3.jpg'
],
spritePath: 'sprite.png',
stylesheetPath: 'sprite.css',
stylesheet: 'css'
}, function (err) {
console.log('Sprite generated!');
});
When i run it using node sprite.js It says "Sprite generated!" but nothing happens, there is no sprite.png and no sprite.css!
I'm using vscode internal terminal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels