Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 620 Bytes

Build Status Coverage Status

Jaypeg

Minimalistic JPEG decoding library.

Installation

Available in Hex. The package can be installed by adding jaypeg to your list of dependencies in mix.exs:

def deps do
  [
    {:jaypeg, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/jaypeg.