Utilities for converting model files to the Three.js JSON format. It's necessary to install the [esm](https://www.npmjs.com/package/esm) npm package before you can use the converters. ## obj2three.js Usage: ``` node -r esm obj2three.js model.obj ``` ## fbx2three.js Usage: ``` node -r esm fbx2three.js model.fbx ```