forked from niklasvh/base64-arraybuffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bankn8II©$A edited this page May 11, 2025
·
2 revisions
Welcome to the base64-arraybuffer wiki!
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
-
encode(buffer) - Encodes
ArrayBufferinto base64 string -
decode(str) - Decodes base64 string to
ArrayBuffer
You can run the test suite with:
npm test
Copyright (c) 2012 Niklas von Hertzen Licensed under the MIT license.