base64-to-uint8array

Convert a base64 string to a Uint8Array in Node and the browser

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
base64-to-uint8array
1.0.06 years ago6 years agoMinified + gzip package size for base64-to-uint8array in KB

Readme

base64-to-uint8array
Convert a base64 string to a Uint8Array in Node and the browser
npm install base64-to-uint8array

Usage

var toUint8Array = require('base64-to-uint8array')
var arr = toUint8Array('aGVsbG8gd29ybGQ=')
console.log(arr) // the bytes for "hello world"

License

MIT