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 2ec6e42 commit 1f99cb4Copy full SHA for 1f99cb4
.gitignore
@@ -1 +1,3 @@
1
-/nbproject
+/nbproject
2
+node_modules/
3
+*.idea
.travis.yml
@@ -0,0 +1,6 @@
+---
+language: node_js
+node_js:
4
+- '0.10'
5
+before_script:
6
+- npm install
README.md
@@ -1,5 +1,7 @@
# base64-arraybuffer
+[](https://travis-ci.org/niklasvh/base64-arraybuffer)
+
Encode/decode base64 data into ArrayBuffers
7
## Getting Started
0 commit comments