Packages

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

Current section

Files

Jump to
avatarz lib avatarex sets monster.ex
Raw

lib/avatarex/sets/monster.ex

defmodule Avatarz.Sets.Monster do
@moduledoc """
The robot artwork was created by Hrvoje Novakovic. They are available under CC-BY-3.0 license.
"""
use Avatarz.Set, layer_order: ~w[body_color body face_color face eyes mouth nose]
end