README.md

# 🍞 brot

Gleam bindings for Brotli compression.

[![Package Version](https://img.shields.io/hexpm/v/brot)](https://hex.pm/packages/brot)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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>.