UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

3 lines 168 B
import { BlobExt } from '../assetmanager'; export declare function makeGLBFile(buffers: Uint8Array<ArrayBuffer>, json: any): BlobExt; //# sourceMappingURL=gltf.d.ts.map