I have been trying to use the convert2xkt.js node script to convert .glb files with textures. I am consistently getting "TypeError: BasisEncoderModule is not a function" as an error. It appears to be related to loaders.gl trying to go to an external CDN while this computer is not connected directly to the internet.
I believe all of the necessary files are on my machine locally. Is there a way to set convert2xkt to not use the external CDN provider for the BasisEncoder?
I have been trying to use the convert2xkt.js node script to convert .glb files with textures. I am consistently getting "TypeError: BasisEncoderModule is not a function" as an error. It appears to be related to loaders.gl trying to go to an external CDN while this computer is not connected directly to the internet.
I believe all of the necessary files are on my machine locally. Is there a way to set convert2xkt to not use the external CDN provider for the BasisEncoder?