README.md
[](https://travis-ci.org/velimir/jaypeg) [](https://coveralls.io/github/velimir/jaypeg?branch=master)
# Jaypeg
Minimalistic JPEG decoding library.
## Installation
[Available in Hex](https://hex.pm/packages/jaypeg). The package can be installed
by adding `jaypeg` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:jaypeg, "~> 0.1.0"}
]
end
```
The docs can be found at
[https://hexdocs.pm/jaypeg](https://hexdocs.pm/jaypeg).