Skip to content

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

License

Notifications You must be signed in to change notification settings

fabiospampinato/decode-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...' ); // => Uint8Array

License

MIT © Fabio Spampinato

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published