excalidraw / mermaid-to-excalidraw

Generate Excalidraw diagrams from Mermaid
https://mermaid-to-excalidraw.vercel.app
MIT License
265 stars 46 forks source link

feat: support maxEdges, maxTextSize and more params in mermaid config and release v1.1.0 🚀 #68

Closed ad1992 closed 3 months ago

ad1992 commented 3 months ago

closes https://github.com/excalidraw/mermaid-to-excalidraw/issues/58

The below params can be tweaked in the config

{
  startOnLoad?: boolean;
    flowchart?: {
      curve?: "linear" | "basis";
    };
    themeVariables?: {
      fontSize?: number;
    };
    maxEdges?: number;
    maxTextSize?: number;
}

The default config can be found in https://mermaid.js.org/schemas/config.schema.json

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
mermaid-to-excalidraw ✅ Ready (Inspect) Visit Preview Jul 10, 2024 3:19pm