IdenticonGenerator

This project generates identicons that could be used in the absence of profile pictures for your application.

Installation

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

def deps do
  [
    {:identicon_generator, "~> 0.1.0"}
  ]
end

Documentation generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/identicon_generator.