File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
# base64-arraybuffer
2
2
3
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 )
4
6
5
7
Encode/decode base64 data into ArrayBuffers
6
8
@@ -13,11 +15,6 @@ The library encodes and decodes base64 to and from ArrayBuffers
13
15
- __ encode(buffer)__ - Encodes ` ArrayBuffer ` into base64 string
14
16
- __ decode(str)__ - Decodes base64 string to ` ArrayBuffer `
15
17
16
- ## Release History
17
-
18
- - 0.1.2 - Fix old format of typed arrays
19
- - 0.1.0 - Initial version, basic decode/encode base64 to and from ArrayBuffer
20
-
21
18
## License
22
19
Copyright (c) 2012 Niklas von Hertzen
23
20
Licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments