# `AttractorEx.HTTP.GraphRenderer`
[🔗](https://github.com/Alezrik/attractor-phoenix/blob/main/lib/attractor_ex/http/graph_renderer.ex#L1)

Renders parsed graphs into presentation-friendly HTTP formats.

Supported outputs include SVG, JSON, Mermaid, and plain text summaries.

# `to_json`

Renders a graph as structured JSON.

# `to_mermaid`

Renders a graph as Mermaid flowchart text.

# `to_svg`

Renders a graph as an SVG card-style diagram.

# `to_text`

Renders a graph as a plain-text summary.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
