-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
-
ZenUML requires additional plugin packages and registration steps:
- Import the ZenUML plugin package: The
@mermaid-js/mermaid-zenumlpackage needs to be imported separately. - Register the external diagram: It is mandatory to call
mermaid.registerExternalDiagrams([zenuml])to enable ZenUML support.
- Import the ZenUML plugin package: The
-
Registering icon pack in mermaid https://mermaid.js.org/config/icons.html
npm install @iconify-json/logos@1
import mermaid from 'mermaid';
mermaid.registerIconPacks([
{
name: 'logos',
loader: () => import('@iconify-json/logos').then((module) => module.icons),
},
]);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels