# @svgr/plugin-svgo

> Optimize SVG

Latest version **8.1.0** (published 2023-08-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @svgr/plugin-svgo
pnpm add @svgr/plugin-svgo
yarn add @svgr/plugin-svgo
bun add @svgr/plugin-svgo
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; popular repo.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 8.1.0 |
| Published | 2023-08-15 |
| First published | 2018-11-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14 |
| Dependencies | 3 |
| Unpacked size | 8.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11061 |
| Author | Greg Bergé |
| Maintainers | neoziro |
| Keywords | svgr-plugin |

## Links

- npm: https://www.npmjs.com/package/@svgr/plugin-svgo
- Repository: https://github.com/gregberge/svgr.git#main
- Homepage: https://react-svgr.com
- Issues: https://github.com/gregberge/svgr/issues
- Funding: https://github.com/sponsors/gregberge
- npm.io page: https://npm.io/package/@svgr/plugin-svgo

## Dependencies (3)

- [svgo](https://npm.io/package/svgo.md) ^3.0.2
- [deepmerge](https://npm.io/package/deepmerge.md) ^4.3.1
- [cosmiconfig](https://npm.io/package/cosmiconfig.md) ^8.1.3

## Recent versions

- 8.1.0 (latest) — 2023-08-15
- 6.0.0-alpha.1 (next) — 2021-10-31
- 8.0.1 — 2023-05-09
- 8.0.0 — 2023-05-09
- 7.0.0 — 2023-03-24
- 6.5.1 — 2022-10-27
- 6.5.0 — 2022-10-14
- 6.3.1 — 2022-07-22
- 6.3.0 — 2022-07-18
- 6.2.0 — 2022-01-10
- 6.1.2 — 2021-12-12
- 6.1.0 — 2021-12-01
- 6.0.0 — 2021-11-28
- 6.0.0-alpha.0 — 2021-09-24
- 5.5.0 — 2020-11-15
- … 10 more at https://npm.io/package/@svgr/plugin-svgo/versions

## README

# @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

---
_Source: https://npm.io/package/@svgr/plugin-svgo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
