source: frontend/node_modules/@svgr/plugin-svgo/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 552 bytes
RevLine 
[9af201e]1# @svgr/plugin-svgo
2
3[![Build Status](https://img.shields.io/travis/smooth-code/svgr.svg)](https://travis-ci.org/smooth-code/svgr)
4[![Version](https://img.shields.io/npm/v/@svgr/plugin-svgo.svg)](https://www.npmjs.com/package/@svgr/plugin-svgo)
5[![MIT License](https://img.shields.io/npm/l/@svgr/plugin-svgo.svg)](https://github.com/smooth-code/svgr/blob/master/LICENSE)
6
7Optimize SVG using SVGO.
8
9## Install
10
11```
12npm install --save-dev @svgr/plugin-svgo
13```
14
15## Usage
16
17**.svgrrc**
18
19```json
20{
21 "plugins": ["@svgr/plugin-svgo"]
22}
23```
24
25## License
26
27MIT
Note: See TracBrowser for help on using the repository browser.