1.0.4 • Published 6 years ago

image-compressor-plugin v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

image-compressor-plugin

A webpack plugin for webpack users to compress images automatically by using TinyPNG.com

Install

npm install -D image-compressor-plugin

Usage

in webpack config file:

new ImageCompressorPlugin({
    key: 'YOUR TinyPNG KEY',
    ext: ['png', 'jpeg', 'jpg']
}),