Hacker News new | ask | show | jobs
by taklimakan 392 days ago
I was under the impression mermaid is a wrapper around graphviz dot.
1 comments

No, it's an independent, JS-only implementation, and it's way, way less featureful.
I believe it uses an cross compiled version of dot in js
I don't see the infrastructure for that, rather it seems to be relying on d3 and DAG renderers targeting it https://github.com/mermaid-js/mermaid/blob/mermaid%4011.6.0/...