VNC client

This commit is contained in:
2026-09-15 01:09:45 -04:00
parent 7023b3c358
commit 6a8a462b9f
68 changed files with 17865 additions and 406 deletions
+6
View File
@@ -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).