文件名称:mermaid2dot:将美人鱼流程图转换为 GraphvizDot 语法
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-25 00:47:27
JavaScript
美人鱼2点
将转换为 Graphviz/Dot 语法。
怎么跑
npm install
npm run inspect
现在,这将转换
graph TB
sq[Square shape] --> ci((Circle shape))
subgraph A subgraph
od>Odd shape]-- Two line
edge comment --> ro
di{Diamond with
line break} -.-> ro(Rounded
square
shape)
di==>ro2(Rounded square shape)
end
%% Notice that no text in shape are added here instead that is append
【文件预览】:
mermaid2dot-master
----bin()
--------inspect.js(2KB)
----package.json(436B)
----LICENSE(1KB)
----src()
--------mermaid_dot_adapter.js(4KB)
----.gitignore(526B)
----README.md(3KB)