UNPKG

@tsparticles/shape-image

Version:
12 lines (11 loc) 307 B
export declare class ByteStream { data: Uint8ClampedArray; pos: number; constructor(bytes: Uint8ClampedArray); getString(count: number): string; nextByte(): number; nextTwoBytes(): number; readSubBlocks(): string; readSubBlocksBin(): Uint8Array; skipSubBlocks(): void; }