Skip to content

Generating Github profile image like identicon in Elixir.

License

Notifications You must be signed in to change notification settings

sujancse/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon

Library to generate Github profile pic like identicon image.

The docs can be found at https://hexdocs.pm/identicon.

Installation

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

def deps do
  [
    {:identicon, "~> 0.1.0"},
    {:egd, github: "erlang/egd"}
  ]
end

The library is dependend on erlang :egd library

About

Generating Github profile image like identicon in Elixir.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages