jkup / imgshrink

Optimize images to be embedded in websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Optimize images to be embedded in websites.

License:MIT License


Languages

Language:JavaScript 100.0%