Packages

A Gleam library for deterministic string to color conversion.

Current section

Files

Jump to
colorhash src colorhash.app.src
Raw

src/colorhash.app.src

{application, colorhash, [
{vsn, "0.2.0"},
{applications, [gleam_community_colour,
gleam_crypto,
gleam_stdlib]},
{description, "A Gleam library for deterministic string to color conversion."},
{modules, [colorhash,
colorhash@@main]},
{registered, []}
]}.