web-encoding
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

web-encoding

Node.js CI package downloads styled with prettier

This package provides TextEncoder and TextDecoder Encoding Standard APIs in a universal package. In the browsers it just exposes existing globals, in nodejs it exposes globals in newer node versions and ones from util module in older versions, and in the React Native environments it exposes these from the @zxing/text-encoding polyfill (installed as an optional dependency).

Package also works as ES module and CommonJS module.

Usage

import { TextEncoder, TextDecoder } from "web-encoding"

Install

npm install web-encoding

Package Sidebar

Install

npm i web-encoding

Weekly Downloads

1,566,986

Version

1.1.5

License

MIT

Unpacked Size

1.36 MB

Total Files

20

Last publish

Collaborators

  • gozala
  • hugomrdias