Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 676 Bytes

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