broccoli-svgo

Minify SVG using SVGO

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
broccoli-svgo
704.0.06 years ago10 years agoMinified + gzip package size for broccoli-svgo in KB

Readme

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

const SVO = require('broccoli-svgo');
tree = new SVO(tree, options);

API

SVGO(tree, options)

options

Options
are passed to SVGO.

License

MIT © Sindre Sorhus