JSPM

decode-base64

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1181
  • Score
    100M100P100Q114658F

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

Package Exports

  • decode-base64

Readme

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