Snap to grid and flag export

This commit is contained in:
2025-12-05 00:44:08 +01:00
parent 0a3d2eca77
commit 67b68f1c8a
6 changed files with 62 additions and 29 deletions

View File

@@ -16,6 +16,7 @@ export async function exportBoard(): Promise<{
items: state.manifest.items.map((item) => ({ ...item })),
sharedCss: state.manifest.sharedCss,
appCss: state.manifest.appCss,
flags: state.manifest.flags ?? {},
};
for (const item of exportManifest.items) {