Skip to content

mwmiller/excon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Identicons in Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages