A TUI library with ASCII/Unicode graphics.
Run the example:
```sh
cargo run --example image -- <typesetter> <image>
```
`<typesetter>` must be one of: block, half, quadrant, sextant, or asymmetric.
For example:
```sh
cargo run --example image -- asymmetric /path/to/image.png
```