pmndrs / gltfjsx

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

Keep full filenames when filename includes whitespaces or digits #209

Closed willkrakow closed 6 months ago

willkrakow commented 12 months ago

File names with spaces were not properly being matched. Whitespace and digits were not included in the regex.

Before: npx gltfjsx My\ File.glb --transform -> File-transformed.glb.

After: npx gltfjsx My\ File.glb -- transform -> My\ File-transformed.glb