What problem does it solve? Creating flowcharts, sequence diagrams, and other technical diagrams usually requires dedicated GUI tools, making it hard to generate visuals programmatically from plain text or display them in terminal environments. ## Core Features & Use Cases - Dual Output Modes: Render Mermaid syntax as themed SVG images for documents or as ASCII/Unicode art for terminal display. - Five Diagram Types: Supports flowcharts, sequence diagrams, state diagrams, class diagrams, and ER diagrams. - Flexible Input: Accepts Mermaid code from files or stdin, with optional theming (e.g., github-dark, dracula, nord) for SVG output. - Use Case: While writing architecture documentation, pipe a sequence diagram definition directly from your notes and get an SVG file ready to embed, or preview it as ASCII art in the terminal before committing. ## Quick Start Ask the AI to render a Mermaid flowchart from your diagram code into an SVG file, or request ASCII output for terminal viewing.