imgshrink
v0.0.4
Published
Optimize images to be embedded in websites.
Downloads
4
Readme
imgshrink
Description
imgshrink
is a command-line tool for optimizing images. It supports JPEG, PNG, GIF, and SVG formats.
Dependencies
Installation
Install the package from npm:
npm install -g imgshrink
Usage
Optimize a single image:
imgshrink path/to/image.jpg
Optimize all images in a folder:
imgshrink path/to/folder
License
MIT