Skip to content

romanstetsyk/PixelSqueeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.