take only building layers to the thumbnail

This commit is contained in:
wass08
2026-03-02 10:01:22 +09:00
parent 8e097537d0
commit 0f271985d8
9 changed files with 142 additions and 74 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
export { default as Viewer } from './components/viewer'
export { default as useViewer } from './store/use-viewer'
export { ASSETS_CDN_URL, resolveAssetUrl, resolveCdnUrl } from './lib/asset-url'
export { ASSETS_CDN_URL, resolveAssetUrl, resolveCdnUrl } from './lib/asset-url'
export { snapLevelsToTruePositions } from './systems/level/level-utils'