UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

10 lines 324 B
import type { WriterOptions, WriterWithEncoder } from '@loaders.gl/loader-utils'; export type GLTFWriterOptions = WriterOptions & { gltf?: {}; byteOffset?: number; }; /** * GLTF exporter */ export declare const GLTFWriter: WriterWithEncoder<any, never, GLTFWriterOptions>; //# sourceMappingURL=gltf-writer.d.ts.map