Skip to content

arsen/image-optimizer

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