Library to generate Github profile pic like identicon image.
The docs can be found at https://hexdocs.pm/identicon.
The package can be installed
by adding identicon
to your list of dependencies in mix.exs
:
def deps do
[
{:identicon, "~> 0.1.0"},
{:egd, github: "erlang/egd"}
]
end
The library is dependend on erlang :egd
library