download
raw
622 Bytes
type API = {
ready: Promise<void>;
supported: boolean;
decodeVertexBuffer: (target: Uint8Array, count: number, size: number, source: Uint8Array, filter?: string) => void;
decodeIndexBuffer: (target: Uint8Array, count: number, size: number, source: Uint8Array) => void;
decodeIndexSequence: (target: Uint8Array, count: number, size: number, source: Uint8Array) => void;
decodeGltfBuffer: (target: Uint8Array, count: number, size: number, source: Uint8Array, mode: string, filter?: string) => void;
};
declare const MeshoptDecoder: () => API | {
supported: boolean;
};
export { MeshoptDecoder };

Xet Storage Details

Size:
622 Bytes
·
Xet hash:
9baac25fc63569001f8d38d19bd071caf859f5d5ef92a049d9e4e376f88f38a1

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.