source: trip-planner-front/node_modules/base64-arraybuffer/README.md@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 792 bytes
Line 
1# base64-arraybuffer
2
3[![Build Status](https://travis-ci.org/niklasvh/base64-arraybuffer.png)](https://travis-ci.org/niklasvh/base64-arraybuffer)
4[![NPM Downloads](https://img.shields.io/npm/dm/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer)
5[![NPM Version](https://img.shields.io/npm/v/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer)
6
7Encode/decode base64 data into ArrayBuffers
8
9## Getting Started
10Install the module with: `npm install base64-arraybuffer`
11
12## API
13The library encodes and decodes base64 to and from ArrayBuffers
14
15 - __encode(buffer)__ - Encodes `ArrayBuffer` into base64 string
16 - __decode(str)__ - Decodes base64 string to `ArrayBuffer`
17
18## License
19Copyright (c) 2012 Niklas von Hertzen
20Licensed under the MIT license.
Note: See TracBrowser for help on using the repository browser.