npm install browser-bufferbrowser-buffer
=========



browser-buffer is an in-browser buffer module that emulates the Node JS Buffer API.
```
npm install browser-buffer
Prerequisites:
* Node and NPM
Release:
``
npm install
The minified release build can be found in dist/buffer.js.
``
npm test
(NOTE: This will launch multiple web browsers!). You may need to change karma.conf.js if you do not have Firefox installed.
Use npm start to run tests incrementally as you develop.
browser-buffer is licensed under the MIT License. See LICENSE` for details.