Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 549 Bytes

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.