Packages

A set of helper modules to generate gradient-based avatars.

Current section

Files

Jump to
graditar lib avatar.ex
Raw

lib/avatar.ex

defmodule Graditar.Avatar do
defstruct(
hex: nil,
primary_color: nil,
secondary_color: nil,
angle: nil,
)
end