#svg #ascii #convert #bob

app svgbob_server

Transform your ascii diagrams into happy little SVG

1 unstable release

0.6.4 Feb 17, 2022

#10 in #bob

Apache-2.0

370KB
9K SLoC

Svgbob server

This is running svgbob as a rest api

cargo install svgbob_server
PORT=3000 svgbob_server

Then you can use svgbob in port 3000 to convert text diagrams into svg

curl -X POST -F 'ascii=o------>' http://localhost:3000 > output.svg

Dependencies

~17–29MB
~419K SLoC