Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 967 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 967 Bytes

Pixel Squeeze

Web application that lets you compress images and convert to .webp / .jpg / .png file formats in browser.

Screenshot

Installation

  1. Clone the repository
  2. Install dependencies
yarn
  1. Start development server
yarn start

Tech Stack

  • React
  • React-dropzone
  • File API

Features

  • 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

Roadmap

  • Dark theme
  • AVIF support
  • Resize images

Issues

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.