张佳燕 55e5ab7009 1 | před 1 rokem | |
---|---|---|
.. | ||
dist | před 1 rokem | |
CHANGELOG.md | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
package.json | před 1 rokem | |
rollup.config.ts | před 1 rokem |
Encode/decode base64 data into ArrayBuffers
You can install the module via npm:
npm install base64-arraybuffer
The library encodes and decodes base64 to and from ArrayBuffers
ArrayBuffer
into base64 stringArrayBuffer
You can run the test suite with:
npm test
Copyright (c) 2012 Niklas von Hertzen Licensed under the MIT license.