/identicon

👨🏻 Package to create identicon-like images based on a given string.

Primary LanguageElixir

Identicon

Package to create identicon-like images based on a given string.

Examples

gpressutto5 Guilherme Pressutto
gpressutto5 Guilherme Pressutto

Installation

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

def deps do
  [
    {:identicon, github: "gpressutto5/identicon"}
  ]
end

Documentation can be generated with ExDoc.