I'm going to hijack this thread to ask if anyone knows of a library that creates "hand drawn"-style sequence diagrams from code? I basically want this: https://bramp.github.io/js-sequence-diagrams/ -- but sadly, this one only seems to run inside a browser.
there must be away to run it in a headless browser en screencapture and parse the output as png
"https://www.plantuml.com/plantuml/img/" + encode(text);
That's what I did on collabuml.