UNPKG

@loaders.gl/obj

Version:

Framework-independent loader for the OBJ format

4 lines 257 B
import type { Schema, MeshAttribute } from '@loaders.gl/schema'; /** Get Mesh Schema */ export declare function getOBJSchema(attributes: Record<string, MeshAttribute>, metadata?: Record<string, unknown>): Schema; //# sourceMappingURL=get-obj-schema.d.ts.map