# fishgirl
Mermaid charts in a Lustre component.
Currently mostly for my own use.
[](https://hex.pm/packages/fishgirl)
[](https://hexdocs.pm/fishgirl/)
```sh
gleam add fishgirl@1
```
See the [example](./examples/example_1/src/example_1.gleam) to see how it is used.
Further documentation can be found at <https://hexdocs.pm/fishgirl>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```