client: Add basic mindmap integration

This commit is contained in:
Elian Doran
2024-09-01 15:04:47 +03:00
parent e39dd1525d
commit 594f816702
6 changed files with 43 additions and 7 deletions

View File

@@ -79,6 +79,12 @@ const I18NEXT = {
]
};
const MIND_ELIXIR = {
js: [
"node_modules/mind-elixir/dist/MindElixir.iife.js"
]
};
async function requireLibrary(library) {
if (library.css) {
library.css.map(cssUrl => requireCss(cssUrl));
@@ -137,5 +143,6 @@ export default {
MERMAID,
EXCALIDRAW,
MARKJS,
I18NEXT
I18NEXT,
MIND_ELIXIR
}