1.0.0 • Published 7 years ago

base64-to-uint8array v1.0.0

Weekly downloads
1,054
License
MIT
Repository
github
Last release
7 years ago

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