Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 720 Bytes

readme.md

File metadata and controls

34 lines (18 loc) · 720 Bytes

broccoli-svgo Build Status

Minify SVG using SVGO

Issues with the output should be reported on the SVGO issue tracker.

Install

$ npm install --save-dev broccoli-svgo

Usage

var svgo = require('broccoli-svgo');
tree = svgo(tree, options);

API

svgo(tree, [options])

options

Options are passed to SVGO.

License

MIT © Sindre Sorhus