pmndrs / gltfjsx

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

Fix output file bugs #210

Closed willkrakow closed 6 months ago

willkrakow commented 12 months ago

Output files/directories were being ignored and defaulting to the root directory. This PR fixes that. Also, if the output file specified has a .tsx extension, output Typescript by default.