JSPM

uint8-to-b64

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 550
  • Score
    100M100P100Q107402F

Isomorphic Uint8Array conversion to Base64 string and back for browser and Node.js

Package Exports

  • uint8-to-b64

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uint8-to-b64) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ArrayBuffer to Base64 string and back

Isomorphic helpers to encode and decode Uint8Array to Base64 string and back. Works in browser and Node.js.

API:

encode(ab: Uint8Array): string;
decode(str: string): Uint8Array;

Contents:

  • index.js — Node.js version
  • browser.js — browser version