broccoli-svgo
Minify SVG using SVGO
Issues with the output should be reported on the SVGO issue tracker.
$ npm install --save-dev broccoli-svgo
var svgo = require('broccoli-svgo');
tree = svgo(tree, options);
Options are passed to SVGO
.
MIT © Sindre Sorhus