pmndrs / gltfjsx

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

Add option for output file path/name #163

Closed mattblackdev closed 1 year ago

mattblackdev commented 1 year ago

Currently the output file name is generated from the model name and the output path is always the working directory.

This adds an option --output, -o to override the output file name/path.