element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
fishgirl · v1.0.0-incomplete

fishgirl

Mermaid charts in a Lustre component.

Currently mostly for my own use, the code is a bit unsanitary sometimes (I for example didn’t want to set the target, but did use promises and resolved this by using nonexisting Erlang externals – I will fix that later.) the initial idea was to not publish this as a package, because now I’ll need to clean up the code and likely add config options. Anyways, file an issue to encourage me :)

Package Version Hex Docs

gleam add fishgirl@1

See the first example to see how it is used.

Further documentation can be found at https://hexdocs.pm/fishgirl.

Development

gleam run   # Run the project
gleam test  # Run the tests
Search Document