@types/imagemin-svgo
TypeScript icon, indicating that this package has built-in type declarations

10.0.5 • Public • Published

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

import { Plugin } from "imagemin";
import { OptimizeOptions as SvgoOptions } from "svgo";

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

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

export default imageminSvgo;

Additional Details

Credits

These definitions were written by Romain Faust, and Piotr Błażejewicz.

Dependents (18)

Package Sidebar

Install

npm i @types/imagemin-svgo

Weekly Downloads

306,254

Version

10.0.5

License

MIT

Unpacked Size

3.81 kB

Total Files

5

Last publish

Collaborators

  • types