fast-text-encoding
fast-text-encoding copied to clipboard
Add a "ponyfill" version
Add a "ponyfill" version that doesn't mutate the global object. So we can use this library without mutating the global environment.
import { FastTextEncoder, FastTextDecoder } from 'fast-text-encoding/ponyfill'
The ponyfill.js file will be built straightly into package folder so no need to copy the file.