File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 21
21
"browser" : " ./dist-browser/geotiff.js"
22
22
}
23
23
},
24
+ "typesVersions" : {
25
+ "*" : {
26
+ "globals" : [" dist-module/globals.d.ts" ],
27
+ "rgb" : [" dist-module/rgb.d.ts" ],
28
+ "BaseDecoder" : [" dist-module/compression/BaseDecoder.d.ts" ],
29
+ "getDecoder" : [" dist-module/compression/index.d.ts" ],
30
+ "addDecoder" : [" dist-module/compression/index.d.ts" ],
31
+ "setLogger" : [" dist-module/logging.d.ts" ],
32
+ "GeoTIFF" : [" dist-module/geotiff.d.ts" ],
33
+ "MultiGeoTIFF" : [" dist-module/geotiff.d.ts" ],
34
+ "fromUrl" : [" dist-module/geotiff.d.ts" ],
35
+ "fromArrayBuffer" : [" dist-module/geotiff.d.ts" ],
36
+ "fromFile" : [" dist-module/geotiff.d.ts" ],
37
+ "fromBlob" : [" dist-module/geotiff.d.ts" ],
38
+ "fromUrls" : [" dist-module/geotiff.d.ts" ],
39
+ "writeArrayBuffer" : [" dist-module/geotiff.d.ts" ],
40
+ "Pool" : [" dist-module/pool.d.ts" ],
41
+ "GeoTIFFImage" : [" dist-module/geotiffimage.d.ts" ]
42
+ }
43
+ },
24
44
"files" : [
25
45
" dist-module" ,
26
46
" dist-node" ,
You can’t perform that action at this time.
0 commit comments