sketchviz-docker icon indicating copy to clipboard operation
sketchviz-docker copied to clipboard

Graphviz -> Sketchy PNG in one image, for automation

Sketchviz Docker

Inspired by sketchviz.com (although unaffiliated).

This container bundles:

  • Graphviz
  • A script using RoughJS to "draw" the graphs
  • Tooling needed to convert from SVG -> PNG (svgexport).

Tested with BitBucket Pipelines, see example script.

Example Image

As an example, using Kingraph.

We take the family file

Which initially renders like this:

initial image

Then we run it through our converter and get this:

rough image