UNPKG

@gltf-transform/functions

Version:

Functions for common glTF modifications, written using the core API

6 lines (5 loc) 131 B
import type { Transform } from '@gltf-transform/core'; /** * @category Transforms */ export declare function unlit(): Transform;