README.md
# 🍞 brot
Gleam bindings for Brotli compression.
[](https://hex.pm/packages/brot)
[](https://hexdocs.pm/brot/)
This package provides Gleam bindings to Erlang's [brotli](https://hex.pm/packages/brotli) package, which uses Google's high-performance C implementation under the hood. Brotli offers excellent compression ratios, especially for text-based content, and is supported natively by all modern browsers.
```sh
gleam add brot@1
```
Further documentation can be found at <https://hexdocs.pm/brot>.