Simple application to compress images and allow the user to download it
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
![Screen Shot][product-screenshot]
Image compression is the process of encoding or converting an image file in such a way that it consumes less space than the original file. It is a type of compression technique that reduces the size of an image file without affecting or degrading its quality to a greater extent.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
You need to have any Code Editor installed on your PC. If you do not have you can install from here
- Clone the repo
git clone https://github.com/githubcrce/Quiz-Generator.git
- Install the node module dependencies
npm install
- Start the server
npm start
- Visit App at
localhost:3000
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
GitHubCRCE - githubcrce@gmail.com
Project Link: Click