Fix zenuml

This commit is contained in:
Sidharth Vinod
2023-08-11 18:01:04 +05:30
parent df3de3dac7
commit 150d459a3d
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import mermaid from './mermaid.esm.mjs';
import externalExample from './mermaid-example-diagram.core.mjs';
import zenUml from './mermaid-zenuml.core.mjs';
import externalExample from './mermaid-example-diagram.esm.mjs';
import zenUml from './mermaid-zenuml.esm.mjs';
function b64ToUtf8(str) {
return decodeURIComponent(escape(window.atob(str)));