@celsian/compress
v0.3.16
Published
Compression middleware for CelsianJS
Downloads
1,447
Maintainers
Readme
@celsian/compress
Response compression plugin for CelsianJS using Web Standard CompressionStream (gzip/deflate).
Install
npm install @celsian/compressUsage
import { compress } from '@celsian/compress';
await app.register(compress({ threshold: 1024 }));Documentation
See the main repository for full docs, examples, and API reference.
License
MIT
