2.0.2 • Published 9 months ago

images-minifier v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 months 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

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.1.2

3 years ago

1.1.112

5 years ago

1.1.111

5 years ago

1.1.110

5 years ago

1.1.109

5 years ago

1.1.108

5 years ago

1.1.107

5 years ago

1.1.106

5 years ago

1.1.105

5 years ago

1.1.104

5 years ago

1.1.103

5 years ago

1.1.102

5 years ago

1.1.101

5 years ago

1.1.12

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago