cube.gl 1.0.20 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ import { i as r } from "./pako.esm-Bx5X36Wo.js";
2
+ import { B as a } from "./basedecoder-B9XUu15s.js";
3
+ class s extends a {
4
+ decodeBlock(e) {
5
+ return r(new Uint8Array(e)).buffer;
6
+ }
7
+ }
8
+ export {
9
+ s as default
10
+ };
11
+ //# sourceMappingURL=deflate-Iq6HsZmB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deflate-Iq6HsZmB.js","sources":["../node_modules/geotiff/dist-module/compression/deflate.js"],"sourcesContent":["import { inflate } from 'pako';\nimport BaseDecoder from './basedecoder.js';\nexport default class DeflateDecoder extends BaseDecoder {\n decodeBlock(buffer) {\n return inflate(new Uint8Array(buffer)).buffer;\n }\n}\n"],"names":["DeflateDecoder","BaseDecoder","buffer","inflate"],"mappings":";;AAEe,MAAMA,UAAuBC,EAAY;AAAA,EACpD,YAAYC,GAAQ;AAChB,WAAOC,EAAQ,IAAI,WAAWD,CAAM,CAAC,EAAE;AAAA,EAC3C;AACJ;","x_google_ignoreList":[0]}