feat: add 3D preview component and integrate it into the designer page
All checks were successful
Deploy Production / deploy (push) Successful in 2m2s

This commit is contained in:
Frank John Begornia
2026-01-14 21:13:13 +08:00
parent b6403bde4f
commit a8b1ea64fb
5 changed files with 209 additions and 2 deletions

View File

@@ -872,6 +872,7 @@ export const useSlipmatDesigner = () => {
refreshPreview,
schedulePreviewRefresh,
applyTemplateToCanvas,
getCanvasElement: () => canvas.value?.lowerCanvasEl || null,
};
};