A simple image minifier using npm scripts.
First run npm install
to install dependencies.
Then run npm start
to minify images.
Place images to be minified in the /src/assets/images
directory.
Minified images will be output in the /dist/assets/images
directory.
This project is licensed under the MIT License - see the license.md file for details.