broccoli-svgo ![Build Status](https://camo.githubusercontent.com/3b155ea9b043c7ce7551f1312527c923544c72f5fc245def3b5bd2d321d6cf48/68747470733a2f2f7472617669732d63692e6f72672f73696e647265736f726875732f62726f63636f6c692d7376676f2e7376673f6272616e63683d6d6173746572)
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