Skip to content

An Elixir library for generating avatars from hashed strings.

License

Notifications You must be signed in to change notification settings

davidkuhta/avatarex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avatarex

Avatarex is an elixir package for generating unique, reproducible Avatars. The package is inspired by Robohash

Current Avatar sets include Birdy and Kitty created using images created by David Revoy and used under CC-BY-4.0.

Images are generated using the Image elixir package.

Note: The package is currently under development.

Installation

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

def deps do
  [
    {:avatarex, "~> 0.2.0"}
  ]
end

Docs can be found at https://hexdocs.pm/avatarex.

License

Avatarex source code is released under Apache License 2.0.

Check LICENSE files for more information.

Acknowledgements

Many thanks to Tomasz Sulima for his rewrite proposal, code reviews, and design feedback.

About

An Elixir library for generating avatars from hashed strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages