compresso
打开应用

Client-side image compression

Client-side compression moves work to the user device: no GPU servers, no privacy risk, no per-GB bills. Compresso is built for upload flows that need optimization before the network request.

使用方法

  1. User selects an image in your app.
  2. compresso.js optimizes locally.
  3. Only the smaller file is uploaded.

常见问题

When use server-side instead?
Batch back-office processing — use sharp. User uploads in browser — use Compresso.

开发者

在上传流程中嵌入压缩:

npm install compresso.js
npm · Docs

相关页面