1.0.4 • Published 2 years ago

@8columns/tiny-image v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@8columns/tiny-image

a small CLI to help you reduce file size of images (supports jpg, png, gif).

Installation

$ npm install tiny-image -g

Usage

run this command in folder that your keep your images

$ tiny-image

Optimized images will be kept in "out" folder in the current directory by default. But you can specify your own output folder using -o option like this

$ tiny-image -o <folder-name>

Credits