noVNC/vendor/pako
Alt, Michael 98ff5993dc Merge branch 'master' of https://github.com/novnc/noVNC
# Conflicts:
#	core/display.js
#	core/rfb.js
#	package.json
2021-07-19 09:23:22 +02:00
..
lib Merge branch 'master' of https://github.com/novnc/noVNC 2021-07-19 09:23:22 +02:00
LICENSE Vendor an ES6-modules-compatible Pako 2017-03-01 11:21:32 -05:00
README.md Vendor an ES6-modules-compatible Pako 2017-03-01 11:21:32 -05:00

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