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;
}
});```
I got the error
Unrecognized optionwhen I tried to generate sprites with this options: