@funya._./tinypng-loader
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

tinypng-loader

tinypng loader for webpack

Install

$ npm install @funya._./tinypng-loader

Usage

webpack.config.js

    ...
    {
        test:  /\.(png|jpg)$/,
        use: [
            {
                loader: 'file-loader',
            },
            {
                loader: '@funya._./tinypng-loader',
                options: {
                    key: "you key from https://tinyjpg.com/developers",
                    cachePath: "cache directory"
                }
            },
        ]
    }
    ...

Readme

Keywords

Package Sidebar

Install

npm i @funya._./tinypng-loader

Weekly Downloads

0

Version

0.1.4

License

ISC

Unpacked Size

11.3 kB

Total Files

8

Last publish

Collaborators

  • funya._.