Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rusiruavb/image-compresser

Image compress node js application
https://github.com/rusiruavb/image-compresser

express image-compression image-processing imagemin imagemin-mozjpeg nodejs

Last synced: 3 days ago
JSON representation

Image compress node js application

Awesome Lists containing this project

README

        

## Image Compressor for Node JS :camera:

#### How to get and run this application
1. Clone this repository to your code editor
2. Give `npm install` to install the application dependencies
3. Now copy and paste images that you want to compress into `images` folder.
4. Make sure to delete the `images.txt` file from the `images` folder before you run the application.
5. Then give `npm run start` to start the application.
6. Finally, compressed images will load into the `output` folder.

Happy Coding :rocket::wink: