shapefile
shapefile copied to clipboard
Remove deprecated text-encoder
This PR removes the text-encoding
dependency, which is no longer maintained. The change is minimal.
A compliant implementation of TextDecoder has been a Node.js global since v11 (so all maintained versions of Node have it and this package is redundant for the default build configuration).
Closes #51
@mbostock would it be possible to accepts this PR? It would be much appreciated! If you do not have the time for this, I might be able to help if you give me access to this repo. Thanks!