Packages

`Avatarz` is an elixir package for generating unique, reproducible avatars

Current section

Files

Jump to
avatarz lib avatarex sets kitty.ex
Raw

lib/avatarex/sets/kitty.ex

defmodule Avatarz.Sets.Kitty do
@moduledoc """
This module generates kitten avatars using images created
by David Revoy and used under CC-BY-4.0.
https://www.davidrevoy.com/article591/cat-bird-fenestar-abstract-avatar-generators
"""
use Avatarz.Set, layer_order: ~w[body eye fur mouth accessorie]
end