3.0.2 • Published 7 years ago

pliers-imagemin v3.0.2

Weekly downloads
47
License
BSD
Repository
github
Last release
7 years ago

pliers-imagemin

Minify GIFs, JPGs, PNGs, and SVGs.

build status

Installation

npm install pliers-imagemin --save

Usage

Within a pliers.js file:

module.exports = function (pliers) {
  pliers.filesets('images', join(__dirname, ..., '**/*.{gif,jpg,png,svg}')
  pliers('imagemin', require('pliers-imagemin')(pliers, pliers.filesets.images))
}

Then from the CLI:

pliers imagemin

Credits

Ben Edwards

Licence

Licensed under the New BSD License

3.0.2

7 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.4

8 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago