Pierre Robillard

Results 1 comments of Pierre Robillard

that is to be expected and the nominal behavior of npm scripts, you could write them either : ```json "convert": "npx @react-three/gltfjsx myasset.glb" ``` or ```json "convert": "gltfjsx myasset.glb" ```...