We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca97db commit 0a0253dCopy full SHA for 0a0253d
README.md
@@ -6,15 +6,22 @@
6
7
Encode/decode base64 data into ArrayBuffers
8
9
-## Getting Started
10
-Install the module with: `npm install base64-arraybuffer`
+### Installing
+You can install the module via npm:
11
12
+ npm install base64-arraybuffer
13
+
14
## API
15
The library encodes and decodes base64 to and from ArrayBuffers
16
17
- __encode(buffer)__ - Encodes `ArrayBuffer` into base64 string
18
- __decode(str)__ - Decodes base64 string to `ArrayBuffer`
19
20
+### Testing
21
+You can run the test suite with:
22
23
+ npm test
24
25
## License
26
Copyright (c) 2012 Niklas von Hertzen
27
Licensed under the MIT license.
0 commit comments