$ cnpm install browserify-buffertools
A JavaScript implementation of node-buffertools for use in the browser via browserify.
API functionality should be identical to that of node-buffertools. Our test cases are very inspired in the original node test cases. However, a few things are missing: (feel free to contribute Pull Requests)
To run node tests run:
mocha
To run browser tests, run:
grunt browserify
And open test.html in your browser.
Copyright 2013 - present © cnpmjs.org | Home |