项目作者: freqn

项目描述 :
An identicon generator in Elixir
高级语言: Elixir
项目地址: git://github.com/freqn/identiconium-elixir.git
创建时间: 2019-02-21T02:44:47Z
项目社区:https://github.com/freqn/identiconium-elixir

开源协议:

下载


Instructions

mix deps.get & run the following command to generate yourstring.png. The resulting file will be located inside of the /identicons directory.

Note: Replace “yourstring” with any string value for a unique identicon

  1. iex> Identicon.main("yourstring")
  2. :ok

Example:

Alt text

Enjoy!

Report an issue