Packages

A gleam implementation of blurhash.

Current section

Files

Jump to
blush src blush.app.src
Raw

src/blush.app.src

{application, blush, [
{vsn, "1.0.0"},
{applications, [blurhash,
gleam_stdlib]},
{description, "A gleam implementation of blurhash."},
{modules, [blush,
blush@@main]},
{registered, []}
]}.