Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 478 Bytes

ReadMe.md

File metadata and controls

33 lines (21 loc) · 478 Bytes

NodeJs Image Compress

A simple nodejs application to compress {png, jpg, jpeg, etc..} images.

Setup

Create an input folder and copy all the images needed to be compressed into it. The compressed images will be in output folder.

Run below code to install node modules

npm install

or

yarn install

Execute

Run below code to run the compress images or use the compress.cmd file to execute the node app.

npm start

or

yarn start