An open API service indexing awesome lists of open source software.

https://github.com/exodusmovement/text-encoding-utf8


https://github.com/exodusmovement/text-encoding-utf8

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# @exodus/text-encoding-utf8

utf-8 only polyfill for TextEncoder/TextDecoder, using Buffer

see the full polyfill: https://github.com/inexorabletash/text-encoding/

```js
const { TextEncoder, TextDecoder } = require('@exodus/text-encoding-utf8')

// use as you would the browser built-ins
```