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

Remove unused browsers engine #282

Closed ahocevar closed 2 years ago

ahocevar commented 2 years ago

Fixes #261.

It looks like the "browsers" entry under "engines" in package.json was made for parcel, which is no longer used. Since that field causes warnings when using yarn, I think it makes sense to remove it.

constantinius commented 2 years ago

Thanks, @ahocevar