Skip to content

Commit

Permalink
the ELK imports break the dev playground, drop them
Browse files Browse the repository at this point in the history
  • Loading branch information
agokhale committed Nov 13, 2024
1 parent c8ce416 commit 193fdb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demos/dev/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@

<script type="module">
import mermaid from '/mermaid.esm.mjs';
import flowchartELK from '/mermaid-flowchart-elk.esm.mjs';
await mermaid.registerExternalDiagrams([flowchartELK]);
async function render(str) {
const { svg } = await mermaid.render('dynamic', str);
document.getElementById('dynamicDiagram').innerHTML = svg;
Expand Down

0 comments on commit 193fdb2

Please sign in to comment.