UNPKG

three

Version:

JavaScript 3D library

10 lines (5 loc) 136 B
import { Object3D } from '../../../src/Three'; export class USDZExporter { constructor(); parse( scene: Object3D ): Uint8Array; }