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
859 stars 179 forks source link

Fix jest problem caused by quick-lru #335

Closed ahocevar closed 1 year ago

ahocevar commented 1 year ago

Fixes #292

constantinius commented 1 year ago

Thanks @ahocevar