Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 482 Bytes

Identicon

Generate identicons based on a given string.

It's based on Github Identicons.

Usage Examples

To use this app, just call Identicon.generate/1:

iex> Identicon.generate("zeller")

A 250x250 png file, the identicon, will be create at the project's root directory:

The same string will aways generate the same identicon.