uint8-to-b64
v1.0.2
Published
Isomorphic Uint8Array conversion to Base64 string and back for browser and Node.js
Maintainers
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 versionbrowser.js— browser version
