FBXLoader and es6 modules

Hi all, I wanna use three.js with my react application, but I still can’t to understand, how can I import FBXLoader, OBJLoader and etc. properly. Are there any tutorials or exemples?

Over the time, more and more classes will be available as modules in the JSM directory of the repository. There is already a module version for certain loaders like GLTFLoader or OBJLoader. However, many other classes like FBXLoader are still missing. In this case, you have to manually convert the file to a module.

I tried to convert FBXLoader by myself, but there are too many dependencies.

Check out this topic: Use FBXLoader of three.module.js

Thanks, it works