Crate svgbob[][src]

generate an SVG from the ascii text using the default settings

let input = r#"
.-------------------------------------.
| Hello here and there and everywhere |
'-------------------------------------'
"#;
println!("svg: {}",svgbob::to_svg(input));

Hello here and there and everywhere

Structs

Grid
Settings

optimization options:

Functions

to_svg

generate an SVG from the ascii text input