UNPKG

soonspacejs

Version:
7 lines (6 loc) 291 B
import { Object3D } from 'three'; import { GLTFExporterOptions } from 'three/examples/jsm/exporters/GLTFExporter.js'; declare function exportGltf(object: Object3D | Object3D[], options?: GLTFExporterOptions): Promise<ArrayBuffer | { [key: string]: any; }>; export { exportGltf, };