png-compressor
    Preparing search index...

    Function gzip

    • gzip(data[, options]) -> Uint8Array

      • data (Uint8Array|ArrayBuffer|String): input data to compress.
      • options (Object): zlib deflate options.

      The same as [[deflate]], but create gzip wrapper instead of deflate one.

      Parameters

      • input: any
      • options: any

      Returns Uint8Array