SYNOPSIS
Buffer hexdump tool for browser and Node
USAGE
var dump = ; var buf = 123456789101112131415161718;console;// 00000000: 0102 0304 0506 0708 090a 0b0c 0d0e 0f10 ................// 00000010: 1112 .. var nodeBuf = 'hello world 0123';console;// 00000000: 6865 6c6c 6f20 776f 726c 6420 3031 3233 hello world 0123
LICENSE
Apache License, Version 2.0