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
878 stars 183 forks source link

GeoTIFF.Pool does work with the browser full build #323

Closed ahocevar closed 2 years ago

ahocevar commented 2 years ago

That was fixed when I reworked the build process.

constantinius commented 2 years ago

Thanks @ahocevar!