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