]> git.proxmox.com Git - mirror_novnc.git/blame - vendor/pako/README.md
Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNC
[mirror_novnc.git] / vendor / pako / README.md
CommitLineData
fba220c6
SR
1This is an ES6-modules-compatible version of
2https://github.com/nodeca/pako, based on pako version 1.0.3.
3
4It's more-or-less a direct translation of the original, with unused parts
5removed, and the dynamic support for non-typed arrays removed (since ES6
6modules don't work well with dynamic exports).