Avatarz
Avatarz 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 avatarz to your list of dependencies in mix.exs:
def deps do
[
{:avatarz, "~> 0.2.0"}
]
endDocs can be found at https://hexdocs.pm/avatarz.
License
Avatarz 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.