broady / dot2svg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot2svg

Run on Google Cloud

A web server that converts dot files to svg.

function dot2svg {
    curl -s --data-binary @$1 https://dot2svg-cgojka5t4a-uc.a.run.app/dot2svg > ${1%.dot}.svg;
}

Support

Not an official Google product.

License

Code in this repository is licensed under the Apache 2.0. See LICENSE.

About

License:Apache License 2.0


Languages

Language:Go 62.9%Language:Dockerfile 37.1%