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.
KasmVNC/kasmweb/vendor/pako
Niko Lehto 509b5795a0 Export constants in inflate.js for easier usage 4 years ago
..
lib Export constants in inflate.js for easier usage 4 years ago
LICENSE Initial commit 5 years ago
README.md Initial commit 5 years ago

README.md

This is an ES6-modules-compatible version of https://github.com/nodeca/pako, based on pako version 1.0.3.

It's more-or-less a direct translation of the original, with unused parts removed, and the dynamic support for non-typed arrays removed (since ES6 modules don't work well with dynamic exports).