UNPKG

spz-js

Version:

Convert gaussian splats between SPZ and PLY formats.

4 lines (3 loc) 265 B
export declare function decompressGzipped(data: Uint8Array): Promise<Uint8Array>; export declare function decompressGzipStream(stream: ReadableStream<Uint8Array>): Promise<Uint8Array>; export declare function compressGzipped(data: Uint8Array): Promise<Uint8Array>;