Image compression with gulp-imagemin.
- Node.js
$ git clone git@github.com:42EG4M1/imgmin-generator.git
$ npm i
Move the image you want to compress to the images directory.
$ mkdir images
A compressed image is generated in dist directory.
$ npm run img
// build with watch
$ npm run watch