|
|
|
|
|
by girvo
610 days ago
|
|
Hah we rely on Mermaid a _heap_ at work for building internal dependency graphs from `yarn info` JSON data and a super lazy depth-first graph haha. Super useful, nice to see another renderer! ts-directed-graph outputs Mermaid :) This tool seems way more useful for hand-made ones, definitely bookmarking |
|
I was trying to do this a while back so I could do server side rendering of graphs, but it seemed to depend strongly on the presence of a DOM. Couldn’t quite get it working with JS-DOM either.