UNPKG
ucsc-xena-geotiff
Version:
latest (2.0.5-2)
2.0.5-2
2.0.5-1
GeoTIFF image decoding in JavaScript
github.com/ucscXena/geotiff.js
ucscXena/geotiff.js
ucsc-xena-geotiff
/
dist-node
/
compression
/
basedecoder.d.ts
4 lines
•
137 B
TypeScript
View Raw
1
2
3
4
export
default
class
BaseDecoder
{
decode
(
fileDirectory
:
any
,
buffer
:
any
):
Promise
<
any
>; }
//# sourceMappingURL=basedecoder.d.ts.map