Skip to content

zenuml #1

@pinghe

Description

@pinghe
  1. ZenUML requires additional plugin packages and registration steps:

    1. Import the ZenUML plugin package: The @mermaid-js/mermaid-zenuml package needs to be imported separately.
    2. Register the external diagram: It is mandatory to call mermaid.registerExternalDiagrams([zenuml]) to enable ZenUML support.
  2. 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),
  },
]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions