# 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)

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

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

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