Skip to content

arsen/image-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node based PNG/JPG compressor tool.

npm install -g image-optimize

image-optimize -h (to get help)

Example Usage

To optimize an entire directory tree

image-optimize png /PATH TO FOLDER/

To optimize a single file:

image-optimize -p /PATH TO FILE.png

Contributing

Build the app to dist folder:

npm run build