View Source 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

Installation

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

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

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

license

License

Avatarex source code is released under Apache License 2.0.

Check LICENSE files for more information.