Detalhes do pacote

base64-arraybuffer

niklasvh25.9mMIT1.0.2

Encode/decode base64 data into ArrayBuffers

readme (leia-me)

base64-arraybuffer

CI NPM Downloads NPM Version

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.

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2022-01-22)

fix

1.0.1 (2021-08-10)

fix

  • make lib loadable on ie9 (#30) (a618d14), closes #30

1.0.0 (2021-08-10)

docs