add a prefix to the extension for image embbedding sceneData (#5079)

This commit is contained in:
Achille Lacoin
2022-04-22 18:31:31 +02:00
committed by GitHub
parent 9423ac3263
commit 8f0863d335
3 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,9 @@ type FILE_EXTENSION =
| "gif"
| "jpg"
| "png"
| "excalidraw.png"
| "svg"
| "excalidraw.svg"
| "json"
| "excalidraw"
| "excalidrawlib";