3.0.2 • Published 5 months ago

decode-base64 v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Decode Base64

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

Install

npm install decode-base64

Usage

import decode from 'decode-base64';

// let's decode a base64 string to a Uint8Array

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

License

MIT © Fabio Spampinato