3.0.2 • Published 8 years ago
pliers-imagemin v3.0.2
pliers-imagemin
Minify GIFs, JPGs, PNGs, and SVGs.
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
Licence
Licensed under the New BSD License
3.0.2
8 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.0.5
10 years ago
1.0.4
11 years ago
1.0.3
11 years ago
1.0.2
11 years ago
1.0.1
11 years ago
1.0.0
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago