Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rusiruavb/image-compresser
- Owner: rusiruavb
- License: gpl-3.0
- Created: 2021-06-24T20:08:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T20:20:22.000Z (over 3 years ago)
- Last Synced: 2023-03-09T02:05:39.627Z (over 1 year ago)
- Topics: express, image-compression, image-processing, imagemin, imagemin-mozjpeg, nodejs
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: