Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 897 Bytes

File metadata and controls

38 lines (23 loc) · 897 Bytes

SVD On Device Image Compression

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

Screenshot 2023-04-26 040749

Note:- The current version can support images up to 4k resolution

How to develop

Install the dependencies

yarn

Then start the dev server

yarn dev

How to build

yarn build

If you wish to start a production server

yarn serve