Skip to content

Commit 8e5086c

Browse files
committed
Add badges
1 parent e90e800 commit 8e5086c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# base64-arraybuffer
22

33
[![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)
46

57
Encode/decode base64 data into ArrayBuffers
68

@@ -13,11 +15,6 @@ The library encodes and decodes base64 to and from ArrayBuffers
1315
- __encode(buffer)__ - Encodes `ArrayBuffer` into base64 string
1416
- __decode(str)__ - Decodes base64 string to `ArrayBuffer`
1517

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-
2118
## License
2219
Copyright (c) 2012 Niklas von Hertzen
2320
Licensed under the MIT license.

0 commit comments

Comments
 (0)