decode-base64

A tiny function for decoding base64 strings into Uint8Arrays, useful for bundling and loading WASM modules.


Keywords
decode, base64, uint8array, buffer, node, web, browser, arraybuffer
License
MIT
Install
npm install decode-base64@3.0.1

Documentation

Decode Base64

A tiny function for decoding base64 strings into Uint8Arrays, useful for bundling and loading WASM modules.

Install

npm install --save decode-base64

Usage

import decode from 'decode-base64';

decode ( 'base64 string here...' ); // => Uint8Arrays

License

MIT © Fabio Spampinato