# @types/imagemin-svgo

> TypeScript definitions for imagemin-svgo

Latest version **11.0.0** (published 2025-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/imagemin-svgo
pnpm add @types/imagemin-svgo
yarn add @types/imagemin-svgo
bun add @types/imagemin-svgo
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 11.0.0 |
| Published | 2025-07-15 |
| First published | 2018-08-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51438 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/imagemin-svgo
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-svgo
- npm.io page: https://npm.io/package/@types/imagemin-svgo

## Dependencies (2)

- [svgo](https://npm.io/package/svgo.md) 3
- [@types/imagemin](https://npm.io/package/@types/imagemin.md) *

## Recent versions

- 11.0.0 (latest) — 2025-07-15
- 10.0.5 (ts4.5) — 2023-11-07
- 10.0.2 (ts4.1) — 2022-10-25
- 10.0.1 (ts3.8) — 2022-02-22
- 10.0.0 (ts3.7) — 2021-09-29
- 9.0.1 (ts3.6) — 2021-07-06
- 9.0.0 (ts3.5) — 2021-03-23
- 8.0.0 (ts3.2) — 2020-09-30
- 7.0.0 (ts2.2) — 2018-08-26
- 10.0.4 — 2023-10-18
- 10.0.3 — 2023-09-26
- 8.0.1 — 2021-03-07

## README

# Installation
> `npm install --save @types/imagemin-svgo`

# Summary
This package contains type definitions for imagemin-svgo (https://github.com/imagemin/imagemin-svgo#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-svgo.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-svgo/index.d.ts)
````ts
import { Plugin } from "imagemin";
import { Config as SvgoConfig } from "svgo";

/**
 * SVGO imagemin plugin
 */
declare function imageminSvgo(options?: Options): Plugin;

export type Options = SvgoConfig & {
    /**
     * Pass over SVGs multiple times to ensure all optimizations are applied
     * @default true
     */
    multipass?: boolean | undefined;
};

export default imageminSvgo;

````

### Additional Details
 * Last updated: Tue, 15 Jul 2025 07:36:50 GMT
 * Dependencies: [@types/imagemin](https://npmjs.com/package/@types/imagemin), [svgo](https://npmjs.com/package/svgo)

# Credits
These definitions were written by [Romain Faust](https://github.com/romain-faust), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).

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