Parse ansi strings and convert them to html and svg formats
```bash
```rs
use ansi2::{Canvas};
let canvas = Canvas::new(s);
for row in canvas.pixels.iter() {
for pixel in row.iter() {
}
}
```
https://16colo.rs/pack/laz17/ll-darlaakacrystal.ans
```bash