Y
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
nine_k
392 days ago
No, it's an independent, JS-only implementation, and it's way, way less featureful.
link
xamde
392 days ago
I believe it uses an cross compiled version of dot in js
link
mdaniel
392 days ago
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/...
link