Skip to content

Commit

Permalink
doc(view): mermaid flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
aldum committed Oct 21, 2024
1 parent f7a26a5 commit eeedeaf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/mermaid/view.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```mermaid
flowchart LR
V(View) --> C
C{Console} --> D{{drawConsole}}
C --> E(Editor)
D --> c(Canvas)
c --> x{{snapshot}}
c --> y{{background}}
c --> z{{terminal}}
c --> w{{user canvas}}
D --> i(interpreter)
i --> in(input)
```

0 comments on commit eeedeaf

Please sign in to comment.