A simple and convenient client side tool to compress images.
Compression is implemented using Singular Value Decomposition and is written in C++ which is then compiled to Web Assembly(under 500 bytes when gzipped!)
You can read about how we went about developing this application here - Writing for Web Assembly
Note:- The current version can support images up to 4k resolution
Install the dependencies
yarn
Then start the dev server
yarn dev
yarn build
If you wish to start a production server
yarn serve