Packages

Gleam library for generating identicon images.

Current section

Files

Jump to
glidicon include glidicon_Identicon.hrl
Raw

include/glidicon_Identicon.hrl

-record(identicon, {
hash :: bitstring(),
color :: {integer(), integer(), integer()},
image :: binary()
}).