Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.15 KB

Image compressor

An image compression tool that allows you to reduce file sizes without compromising image quality.

Built with

  • React - A JavaScript library that allows you to create user interfaces.
  • TypeScript - A strongly typed programming language that builds on JavaScript.
  • Tailwind-css - A utility-first CSS framework.
  • compressorjs - A JavaScript image compressor library.
  • Vite - A tool that is used for building fast and optimized web applications.

Features

  • Users can click to upload the image or just drag and drop the image in the container.
  • Select properties like width, height, and quality.
  • Validate the file to determine whether it is an image or not.

Installation

  • Clone the repository
git clone https://github.com/arr199/ImageCompressor
  • Install dependencies
npm install
  • Run server
 npm run dev