|
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
|
| Line | |
|---|
| 1 | # @svgr/plugin-svgo
|
|---|
| 2 |
|
|---|
| 3 | [](https://travis-ci.org/smooth-code/svgr)
|
|---|
| 4 | [](https://www.npmjs.com/package/@svgr/plugin-svgo)
|
|---|
| 5 | [](https://github.com/smooth-code/svgr/blob/master/LICENSE)
|
|---|
| 6 |
|
|---|
| 7 | Optimize SVG using SVGO.
|
|---|
| 8 |
|
|---|
| 9 | ## Install
|
|---|
| 10 |
|
|---|
| 11 | ```
|
|---|
| 12 | npm 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 |
|
|---|
| 27 | MIT
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.