Packages

The sweetest way to interact with the DOM.

Current section

Files

Jump to
glucose src glucose.app.src
Raw

src/glucose.app.src

{application, glucose, [
{vsn, "0.0.1"},
{applications, [gleam_stdlib]},
{description, "The sweetest way to interact with the DOM."},
{modules, [glucose@document,
glucose@dom,
glucose@history,
glucose@local_storage]},
{registered, []}
]}.