MeshCentral/public/novnc/vendor/pako
Ylian Saint-Hilaire 112ebde4f2 Updated to noVNC 1.3.0, #2603 2021-11-29 12:08:15 -08:00
..
lib Updated to noVNC 1.3.0, #2603 2021-11-29 12:08:15 -08:00
LICENSE Added built-in noVNC support. 2020-06-06 18:55:47 -07:00
README.md Added built-in noVNC support. 2020-06-06 18:55:47 -07: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).