mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 20:14:15 +00:00
6 lines
301 B
Markdown
Executable file
6 lines
301 B
Markdown
Executable file
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).
|