1.0.2 • Published 3 years ago

uint8-to-b64 v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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