UNPKG

@loaders.gl/loader-utils

Version:

Framework-independent loaders for 3D graphics formats

8 lines 293 B
import { Writer, WriterOptions } from "../../writer-types.js"; /** * Determines if a loader can parse with worker * @param loader * @param options */ export declare function canEncodeWithWorker(writer: Writer, options?: WriterOptions): any; //# sourceMappingURL=encode-with-worker.d.ts.map