geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
860 stars 181 forks source link

error TS2304: Cannot find name 'Source' #297

Closed alittlecodebox closed 2 years ago

alittlecodebox commented 2 years ago

wecom-temp-8e2a29e24ffe26dc5286252a6d4a7f7d

path: /node_modules/geotiff/dist-node/geotiffimage.d.ts problem: missing type Source and AbstractDecoder version: 2.0.0 and above

EvertEt commented 2 years ago

Looks like a duplicate of #286 so probably solved by #295

alittlecodebox commented 2 years ago

Looks like a duplicate of #286 so probably solved by #295

yes, thx