Crate anstyle_svg

source ·
Expand description

Convert ANSI escape codes to SVG

See Term

§Example

let vte = std::fs::read_to_string("tests/rainbow.vte").unwrap();
let svg = Term::new().render_svg(&vte);

demo of supported styles

Structs§

  • Define the terminal-like settings for rendering outpu

Constants§