@shopware-ag/dive
Version:
Shopware Spatial Framework
11 lines (10 loc) • 373 B
TypeScript
import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
export declare class DracoLoader extends DRACOLoader {
protected decoderPending: Promise<void> | null;
protected decoderConfig: {
type: 'js' | 'wasm';
wasmBinary: ArrayBuffer | null;
};
protected workerSourceURL: string;
protected _initDecoder(): Promise<void>;
}