KasmVNC/kasmweb/vendor/pako
2021-03-29 12:09:49 +03:00
..
lib Export constants in inflate.js for easier usage 2021-03-29 12:09:49 +03:00
LICENSE Initial commit 2020-09-20 12:16:44 +00:00
README.md Initial commit 2020-09-20 12:16:44 +00:00

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).