|
před 1 týdnem | |
---|---|---|
.. | ||
LICENSE | před 1 týdnem | |
README.md | před 1 týdnem | |
index.d.ts | před 1 týdnem | |
package.json | před 1 týdnem |
npm install --save @types/imagemin-optipng
This package contains type definitions for imagemin-optipng (https://github.com/imagemin/imagemin-optipng#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-optipng.
import { Plugin } from "imagemin";
declare function imageminOptipng(options?: imageminOptipng.Options): Plugin;
declare namespace imageminOptipng {
interface Options {
bitDepthReduction?: boolean | undefined;
colorTypeReduction?: boolean | undefined;
optimizationLevel?: number | undefined;
paletteReduction?: boolean | undefined;
}
}
export = imageminOptipng;
These definitions were written by Romain Faust.