Brotli decompressor for browsers and web workers with WASM, in about 200KB
Blazing fast brotli decompressor powered by WebAssembly.
A port of the Brotli compression algorithm as used in WOFF2
A reliable compressor and decompressor for Brotli, supporting node & browsers via wasm
Universal Brotli decompressor written in 100% TypeScript with zero dependencies. Blazing fast, lightweight, and compatible with any ES2015+ environment.
WASM based, asynchronous Brotli compression and decompression package that works in browsers and Node.js; CommonJS and ESM
Fast 3kb React-compatible Virtual DOM library.
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
Simple cross Node.js inteface for using brotli compression
A fast 642B utility that makes reading multipart responses simple
TypeScript definitions for brotli
compressor and decompressor for Brotli
Node.js compression middleware
CLI for compressing files.
Node.js compression middleware with brotli and zopfli support
Expo module that provides extra functionalities for networking
Compress your Rollup bundle with Brotli
A React component to crop images/videos with easy interactions
A gulp plugin for file compression using the brotli compression included in node.js's zlib native module, without any native or WASM extraneous libraries.
Synchronous shared context compression with node's native zlib
Get the brotli compressed size of a string or buffer
brotli compression for keyv
Prepare Brotli-compressed versions of assets to serve them with Content-Encoding: br
Ultra tiny, opinionated, positioning engine.
A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli
Brotli decompressor for browsers and web workers with WASM, which still has a small size (about 300KB)