mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
10 lines
338 B
Text
10 lines
338 B
Text
sequenceDiagram
|
|
participant dotcom
|
|
participant iframe
|
|
participant viewscreen
|
|
dotcom->>iframe: loads html w/ iframe url
|
|
iframe->>viewscreen: request template
|
|
viewscreen->>iframe: html & javascript
|
|
iframe->>dotcom: iframe ready
|
|
dotcom->>iframe: set mermaid data on iframe
|
|
iframe->>iframe: render mermaid
|