Donaldcwl/browser-image-compression
Image compression in web browser observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3328
- days_rel: n/a
- days_push: 908
- n_releases_24m: 0
Adoption not part of the score
1714 stars · 187 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript library that compresses jpeg, png, webp, and bmp images directly in the web browser by reducing resolution or storage size. It supports non-blocking multi-threaded compression via web workers and is designed to shrink images before uploading to a server.
Use cases
- compress images before uploading to save bandwidth
- reduce image file size in the browser
- resize images client-side before upload
- compress user-uploaded photos in a web app
- shrink jpeg png webp files in the browser
- non-blocking image compression with web workers
When to choose
- you need client-side image compression before upload
- you want to reduce bandwidth by shrinking images in the browser
- you need a simple async API usable with React, Angular, or Vue
- you want multi-threaded compression that doesn't block the UI
When to avoid
- you need server-side or Node.js image compression
- you need advanced editing like cropping or filters
- you require formats beyond jpeg, png, webp, or bmp
Facets
library · maturity stable
image-processing file-upload image-processing web-development frontend browser image-compression jpeg png webp web-worker client-side web-server
2 sources
- readme: https://github.com/Donaldcwl/browser-image-compression · fetched 2026-08-28 · 08396ae40e2c
- registry_npm: https://registry.npmjs.org/browser-image-compression · fetched 2026-08-29 · e97b35526b08
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Donaldcwl/browser-image-compression | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Donaldcwl/browser-image-compression")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem