pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.41k stars 290 forks source link

instruction for installation in documentation 😔❌ #258

Open moonhuntercode opened 2 months ago

moonhuntercode commented 2 months ago

it needs instructions for installation in documentation, with npm and pnpm, and also the fact that I should no longer install @react-three/gltfjsx in npm because it has not been updated for 3 years.

drcmda commented 1 month ago

it's on the frontpage though

npx gltfjsx [Model.glb] [options]

you don't normally install gltfjsx.

kapaju commented 2 weeks ago

Is there any chance that the documentation is outdated? If I try to use gltfjsx like in the example, I get prompted to install gltfjsx@6.2.18. I'm pretty sure that it worked without installing the last time I tried.