generate
Convert Mermaid markdown into PNG or SVG images with customizable themes, background colors, and output formats using the MCP server.
Instructions
Generate PNG image or SVG from mermaid markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backgroundColor | No | Background color for the diagram, e.g. 'white', 'transparent', '#F0F0F0' (optional) | |
code | Yes | The mermaid markdown to generate an image from | |
folder | No | Absolute path to save the image to (optional) | |
name | No | Name of the diagram (optional) | |
outputFormat | No | Output format for the diagram (optional, defaults to 'png') | |
theme | No | Theme for the diagram (optional) |