diff --git a/src/scene/data.ts b/src/scene/data.ts index 65406efb..02c34695 100644 --- a/src/scene/data.ts +++ b/src/scene/data.ts @@ -227,7 +227,6 @@ export async function exportCanvas( if (blob) { await fileSave(blob, { fileName: fileName, - description: "Excalidraw image", }); } });