npm.io
5.0.4 • Published 2 years ago

@types/imagemin-jpegtran

Licence
MIT
Version
5.0.4
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

Installation

npm install --save @types/imagemin-jpegtran

Summary

This package contains type definitions for imagemin-jpegtran (https://github.com/imagemin/imagemin-jpegtran#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-jpegtran.

index.d.ts

import { Plugin } from "imagemin";

declare function imageminJpegtran(options?: imageminJpegtran.Options): Plugin;

declare namespace imageminJpegtran {
    interface Options {
        arithmetic?: boolean | undefined;
        progressive?: boolean | undefined;
    }
}

export = imageminJpegtran;

Additional Details

Credits

These definitions were written by Romain Faust.