pako icon indicating copy to clipboard operation
pako copied to clipboard

high speed zlib port to javascript, works in browser & node.js

Results 23 pako issues
Sort by recently updated
recently updated
newest added

I've noticed that, currently, it makes little to no difference to use `import {deflate} from 'pako'` rather than `import pako from 'pako'`. #### `import pako from 'pako'` ``` kroki.js →...

# Overview The 10th byte of the gzip header is different between pako and zlib on Mac OS 13.5.1 (M2 chip)—untested on other OSs. Looking at the RFC 1952 /...

I'm trying to uncompress a .zg file in chunks following the example in the documentation: [https://nodeca.github.io/pako/#Inflate.prototype.push](url) but run into error. Could you help me understand and resolve this error? **Browser...

Hi, In functions such as `gzip`, the type information on the second parameter is not formatted for JSDoc. When using a TypeScript environment, it asks for the second parameter to...

Right now folks have to guess (or console log) to find out what datatypes the inflate and deflate functions return, it would be excellent to have the readme say what...

This is the fix for the latency issue when the initialization code is executed once it is loaded into runtime and causes an increase in parsing & execution time regardless...

Enable tree shaking for pako to reduce its package size in my app

I'm developing a web application that has to maintain very low cold start latency and is running on slow devices. After importing the pako library I've noticed a 10% increase...

Hello, I'm using Pako to create zip files on image buffers as the following type: U8IntArray. The problem occurs when I use Pako to push the data into the zip...

While developing a project in php, I've encountered the problem of a small number of demo projects using pako.js + php. So, I have a chance to create demo php...