Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 947 Bytes

File metadata and controls

25 lines (16 loc) · 947 Bytes

jstransformer-svgo

SVGO support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-svgo

API

var svgo = require('jstransformer')(require('jstransformer-svgo'))

svgo.renderFile('hello.svg').body
//=> Optimized hello.svg file

License

MIT