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.
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.
Fixes #261.
It looks like the
"browsers"
entry under"engines"
inpackage.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.