Simplisitc hex dump for browsers.

var Dump = require('hex-dump');
var d = new Dump(chunks, length);
d.appendTo(document.body);
$ npm install hex-dump
chunks instance of abstract-chunk-store. The most efficient chunk size to use is 16.length of the contentIf the user has selected some data, call cb with (err, buf), where buf is the slice of data selected.
MIT