diff options
Diffstat (limited to 'webclients/novnc/vendor/pako/README.md')
-rw-r--r-- | webclients/novnc/vendor/pako/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webclients/novnc/vendor/pako/README.md b/webclients/novnc/vendor/pako/README.md new file mode 100644 index 0000000..755df64 --- /dev/null +++ b/webclients/novnc/vendor/pako/README.md @@ -0,0 +1,6 @@ +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). |