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

Incompatible syntax class error in Firefox lower version browser #377

Open user-lihai opened 1 year ago

user-lihai commented 1 year ago

How to compatibility with a lower version of Firefox 52.3 browser or specify compatibility with a lower version browser when prompted with syntax class incompatibility errors

constantinius commented 1 year ago

You can try to build geotiff.js with JS shims enabled.