KaiqueMCR / Image-compressor

Extremely simple CLI application that resizes and compresses images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image compressor 🗜️

🚀 Extremely simple CLI application that resizes and compresses images.


How to use


⚠️ to run this project you must have installed Git and Node.

Once cloned the project on your machine install all dependences with:

npm install

Then put your image on the images folder then run:

node index your_image_name width

Example:

node index test.jpg 550

And you're done! Your image has been resized and compressed! It will apear in the compressed folder.


⚠️ Please don't delete temp folder


💪 Contributing

  1. Fork the repo on GitHub;
  2. Clone the project to your own machine;
  3. Commit changes to your own branch;
  4. Push your work back up to your fork;
  5. Submit a Pull request so that we can review your changes.

📄 License

MIT

About

Extremely simple CLI application that resizes and compresses images.

License:Other


Languages

Language:JavaScript 100.0%