- Clone this repository to your code editor https://github.com/rusiruavb/image-compresser.git
- Give
npm install
to install the application dependencies - Now copy and paste images that you want to compress into
images
folder. - Make sure to delete the
images.txt
file from theimages
folder before you run the application. - Then give
npm run start
to start the application. - Finally, compressed images will load into the
output
folder.
Happy Coding 🚀😉