Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 433 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 433 Bytes

Simple Image Minifier

A simple image minifier using npm scripts.

Installation

First run npm install to install dependencies.

Then run npm start to minify images.

Usage

Place images to be minified in the /src/assets/images directory.

Minified images will be output in the /dist/assets/images directory.

License

This project is licensed under the MIT License - see the license.md file for details.