Skip to content

jaswilli/broccoli-svgo

 
 

Repository files navigation

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

About

Minimize SVG using SVGO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%