UNPKG

@cowprotocol/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

28 lines (18 loc) 552 B
# @svgr/plugin-svgo [![Build Status](https://img.shields.io/travis/smooth-code/svgr.svg)](https://travis-ci.org/smooth-code/svgr) [![Version](https://img.shields.io/npm/v/@svgr/plugin-svgo.svg)](https://www.npmjs.com/package/@svgr/plugin-svgo) [![MIT License](https://img.shields.io/npm/l/@svgr/plugin-svgo.svg)](https://github.com/smooth-code/svgr/blob/master/LICENSE) Optimize SVG using SVGO. ## Install ``` npm install --save-dev @svgr/plugin-svgo ``` ## Usage **.svgrrc** ```json { "plugins": ["@svgr/plugin-svgo"] } ``` ## License MIT