Skip to content

VitePress Plugin Viz

将 Graphviz 引入你的文档

digraph G {
  rankdir=LR
  node [style=filled, fillcolor="#f8f8f8"]
  
  "文档" -> Graphviz [label=" 使用"]
  Graphviz -> "SVG 图表" [label=" 渲染"]
  
  "SVG 图表" [fillcolor="#e5e7eb"]
}
预览
📊

Graphviz Support

Create diagrams using DOT language, powered by @viz-js/viz.

⚡️

WebAssembly Powered

Fast rendering using the latest viz.js implementation.

🛠

Zero Config

Automatic component registration and easy setup.

基于 MIT 许可发布。