Given a username, create an identicon image representation (PNG format).
$ iex -S mixIdenticon.main("name here")
# -> :okIf available in Hex, the package can be installed as:
-
Add identicon to your list of dependencies in
mix.exs:def deps do [{:identicon, "~> 0.0.1"}] end
-
Ensure identicon is started before your application:
def application do [applications: [:identicon]] end