Identicon
Demo
Demo identicon on some words
banana![]() | coco![]() |
Jennifer Johnson![]() | Anna Smith![]() |
Installation
available in Hex, the package can be installed
by adding identicon2 to your list of dependencies in mix.exs:
def deps do
[
{:identicon2, "~> 0.1.0"}
]
endNotes
EGD - Erlang Graphical Drawer
:egd is no longer available in Elixir OTP, so to get around this
mix.exs:
{:egd, github: "erlang/egd"}To install dependencies:
mix deps.clean --all
mix deps.get
mix deps.compileGenerate docs
mix.exs:
{:ex_doc, "~> 0.12"}mix docsDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/identicon2.
License & copyright
Copyright © 2022 Sudip Roy, All Rights Reserved
Licensed under the MIT License



