Excon

Identicons in Elixir.

Installation

Add excon to your list of dependencies in mix.exs:

```elixir
def deps do
  [{:excon, "~> 4.1"}]
end
```

Output

PNG

iex> Excon.ident("excon", filename: "excon64", magnification: 8)

PNG

iex> Excon.ident("excon", filename: "excon32", magnification: 4, type: :duotone)

PNG

SVG

iex> Excon.ident("excon", filename: "excon64", magnification: 8, type: :svg)

SVG

iex> Excon.ident("excon", filename: "excon32", magnification: 4, type: :framed)

SVG