2.0.2 • Published 2 years ago

images-minifier v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Images Minifier

This program is a CLI tool that minifies images in a given directory.

Instead of compressing 1 image at a time, this program compresses all images in a directory at once. It will make a copy of the original folder and compress the images in the new folder making sure the original images are not lost.

Installation

npm install -g images-minifier

Usage

imini <input_dir> <output_dir>

Some options:

--beautify-dir, -b Should the output directory be beautified? (default: false)

--use-webp, -w Convert original images to webp format instead of compressing them.

Example

imini ./images ./compressed-images

or to convert images to webp format:

imini --use-webp ./images ./compressed-images

Buy me a coffee

If you like this tool, consider buying me a coffee. Thanks a bunch!

Buy Me a Coffee

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.2

4 years ago

1.1.112

6 years ago

1.1.111

6 years ago

1.1.110

6 years ago

1.1.109

6 years ago

1.1.108

6 years ago

1.1.107

6 years ago

1.1.106

6 years ago

1.1.105

6 years ago

1.1.104

6 years ago

1.1.103

6 years ago

1.1.102

6 years ago

1.1.101

6 years ago

1.1.12

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago