UNPKG

@loaders.gl/loader-utils

Version:

Framework-independent loaders for 3D graphics formats

7 lines 285 B
import type { LoaderWithParser } from "../../loader-types.js"; /** * Set up a WebWorkerGlobalScope to talk with the main thread * @param loader */ export declare function createLoaderWorker(loader: LoaderWithParser): Promise<void>; //# sourceMappingURL=create-loader-worker.d.ts.map