Web application that lets you compress images and convert to .webp / .jpg / .png file formats in browser.
- Clone the repository
- Install dependencies
yarn
- Start development server
yarn start
- React
- React-dropzone
- File API
- Convert images to webp / jpg / png formats
- Change image quality parameter (1-100)
- Side-by-site comparison
- Download individual compressed image
- Download .zip archive with compressed images
- Dark theme
- AVIF support
- Resize images
Not all browsers support the quality parameter and conversion to webp type. Consult this table for browser compatibility.
Use desktop Chrome, Firefox, Opera, or Edge browsers for optimal performance.