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
Loc
Point
Settings

Enums

Element
Feature
Stroke

Functions

to_svg

generate an SVG from the ascii text input