fix: support gltf uploads with local preview
This commit is contained in:
+3
-3
@@ -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>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user