Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 340 Bytes

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