Is draco compression supported for glb models?

Hello! I’m a bit of a beginner but I’ll be brief.

I was wondering, before I go through the whole ordeal of trying to find this info, does MappedIn support Draco compression for GLB files?

I’m trying to use a Draco-compressed GLB file and getting this error: THREE.GLTFLoader: No DRACOLoader instance provided.

I’ve set up a DRACOLoader in my code with the decoder path configured, but the error persists. It seems MappedIn uses its own internal GLTFLoader which cannot be switched. Is there a way to configure MappedIn’s loader to support Draco compression, or provide my own GLTFLoader instance?

Thanks in advance