[feat] serialize export options when embedding scene in an image

This commit is contained in:
pomdtr
2022-06-27 20:31:05 +00:00
parent 120c8f373c
commit d7f0d4ee21
7 changed files with 248 additions and 95 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export const exportToSvg = async (
metadata = await (
await import(/* webpackChunkName: "image" */ "../../src/data/image")
).encodeSvgMetadata({
text: serializeAsJSON(elements, appState, files || {}, "local"),
text: serializeAsJSON(elements, appState, files || {}, "image"),
});
} catch (error: any) {
console.error(error);