# glitr_convert

[![Package Version](https://img.shields.io/hexpm/v/glitr_convert)](https://hex.pm/packages/glitr_convert)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glitr_convert/)

```sh
gleam add glitr_convert@1
```
```gleam
import glitr_convert

pub fn main() {
  // TODO: An example of the project in use
}
```

Further documentation can be found at <https://hexdocs.pm/glitr_convert>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```
