fix: support gltf uploads with local preview

This commit is contained in:
Tom Boullay
2026-04-27 11:07:16 +02:00
parent 078e687e86
commit 4c3a687ff8
19 changed files with 136 additions and 98 deletions
+3 -3
View File
@@ -16,10 +16,10 @@ export default function Home() {
<UploadZone />
<footer className="mt-3 text-gray-500 text-xs text-center">
Modeles : <span className="font-mono text-gray-400">.glb</span>
Modeles : <span className="font-mono text-gray-400">.gltf</span>
<span className="mx-2">·</span>
Textures : <span className="font-mono text-gray-400">.png · .jpg · .webp</span>
Assets : <span className="font-mono text-gray-400">.bin · .png · .jpg · .webp</span>
</footer>
</main>
)
}
}