feat: integrate mermaidToExcalidraw
This commit is contained in:
+4
-2
@@ -92,7 +92,8 @@ export type LastActiveTool =
|
||||
| "eraser"
|
||||
| "hand"
|
||||
| "frame"
|
||||
| "embeddable";
|
||||
| "embeddable"
|
||||
| "mermaid";
|
||||
customType: null;
|
||||
}
|
||||
| {
|
||||
@@ -197,7 +198,8 @@ export type AppState = {
|
||||
| "eraser"
|
||||
| "hand"
|
||||
| "frame"
|
||||
| "embeddable";
|
||||
| "embeddable"
|
||||
| "mermaid";
|
||||
customType: null;
|
||||
}
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user