@socket.io/base64-arraybuffer
Encode/decode base64 data into ArrayBuffers
Last updated 3 years ago by darrachequesne .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install @socket.io/base64-arraybuffer 
SYNC missed versions from official npm registry.

base64-arraybuffer

CI NPM Downloads NPM Version

Forked from https://github.com/niklasvh/base64-arraybuffer

Encode/decode base64 data into ArrayBuffers

Installing

You can install the module via npm:

npm install base64-arraybuffer

API

The library encodes and decodes base64 to and from ArrayBuffers

  • encode(buffer) - Encodes ArrayBuffer into base64 string
  • decode(str) - Decodes base64 string to ArrayBuffer

Testing

You can run the test suite with:

npm test

License

Copyright (c) 2012 Niklas von Hertzen Licensed under the MIT license.

Current Tags

  • 1.0.2                                ...           latest (3 years ago)

1 Versions

  • 1.0.2                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (17)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |