-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I got the error Unrecognized option when I tried to generate sprites with this options:
nsg({
src: [
this.config.src + `/*.png`,
],
spritePath: this.config.dest + `/sprite.png`,
stylesheetPath: this.config.cssDest + `/sprite.css`,
stylesheet: 'css',
stylesheetOptions: {
prefix: 'icon-',
},
compositor: 'gm'
}, function (err) {
if(err){
throw err;
}
});```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels