Material-UI logo

Identiconable

Identicon generator for elixir

An Identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the users' privacy. - Wikipedia

Installation

The package can be installed by adding identiconable to your list of dependencies in mix.exs:

def deps do
  [
    {:identiconable, "~> 0.2.0"}
  ]
end

Usage

Identiconable.main("Identiconable", 400)
|> Identiconable.save("images", "my_identicon")