5.0.4 • Published 6 months ago

@types/imagemin-jpegtran v5.0.4

Weekly downloads
55,776
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for imagemin-jpegtran 5.0
// Project: https://github.com/imagemin/imagemin-jpegtran#readme
// Definitions by: Romain Faust <https://github.com/romain-faust>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

  • Last updated: Tue, 06 Jul 2021 21:33:39 GMT
  • Dependencies: @types/imagemin
  • Global values: none

Credits

These definitions were written by Romain Faust.