Type Alias Gltf2Image

Gltf2Image: {
    basis?: Uint8Array;
    bufferView?: number;
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    image?: HTMLImageElement;
    ktx2?: Uint8Array;
    mimeType?: string;
    name?: string;
    uri?: string;
}