README.md

[![Build Status](https://travis-ci.org/velimir/jaypeg.svg?branch=master)](https://travis-ci.org/velimir/jaypeg) [![Coverage Status](https://coveralls.io/repos/github/velimir/jaypeg/badge.svg?branch=master)](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).