README.md
# arctic_plugin_diagram
[](https://hex.pm/packages/arctic_plugin_diagram)
[](https://hexdocs.pm/arctic_plugin_diagram/)
This uses Inkscape to generate SVG diagrams from latex code, as an Arctic parser.
```sh
gleam add arctic_plugin_diagram@1
```
```gleam
import arctic_plugin_diagram
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/arctic_plugin_latex>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```