png-compressor
    Preparing search index...
    • Encode a chunk where the data length is known ahead of this. This is the faster method for encoding as only a single buffer needs to be created.

      Parameters

      • type: string
      • dataLength: number
      • writeDataFn: (stream: ByteStream) => void

      Returns Uint8Array