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
866 stars 182 forks source link

Fix syntax error #418

Closed ahocevar closed 8 months ago

ahocevar commented 8 months ago

@constantinius Fixes https://github.com/geotiffjs/geotiff.js/pull/413#issuecomment-1926475679

constantinius commented 8 months ago

Thanks @ahocevar