decode-base64
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

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

Package Sidebar

Install

npm i decode-base64

Weekly Downloads

816

Version

3.0.1

License

none

Unpacked Size

4.79 kB

Total Files

13

Last publish

Collaborators

  • fabiospampinato