feat: integrate mermaidToExcalidraw

This commit is contained in:
Aakansha Doshi
2023-08-17 12:24:00 +05:30
parent 991f5570ce
commit 6a04ebc6db
8 changed files with 788 additions and 7 deletions
+4 -2
View File
@@ -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;
}
| {