You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/browserify-zlib
Matthew Butterick 3f36e2ce2c porting 7 years ago
..
src porting 7 years ago
test porting 7 years ago
.npmignore porting 7 years ago
.travis.yml porting 7 years ago
README.md porting 7 years ago
package.json porting 7 years ago

README.md

browserify-zlib

Emulates Node's zlib module for Browserify using pako. It uses the actual Node source code and passes the Node zlib tests by emulating the C++ binding that actually calls zlib.

browser support

node tests

Not implemented

The following options/methods are not supported because pako does not support them yet.

  • The params method
  • The dictionary option

License

MIT