shapefile icon indicating copy to clipboard operation
shapefile copied to clipboard

Remove deprecated text-encoder

Open qubyte opened this issue 1 year ago • 1 comments

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

qubyte avatar Jun 19 '23 22:06 qubyte

@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!

mightymax avatar Sep 25 '23 08:09 mightymax