Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 537 Bytes

Identicon generator

This project generates identicon images from strings. Identicon images are small avatars that github uses for people who do not upload an avatar themselves. Some examples:

elixir erlang marcsi nagyf jane doe john doe

Usage

iex> Identicon.generate("example")
:ok

The image will be generated in the same folder, with the string as the name of the image.