hex-debug
v2.0.2
Published
A small debug library to print a buffer's content as a hex table
Downloads
5
Readme
hex-debug
A small debug library to print a buffer's content as a hex table. It was mainly used to debug id3 tags of music files.
It supports ANSI color codes and maps each byte to a character on the right side.
Installation
hex-debug
can either be used as a library or as an executable. Install it using your favorite package manager!
$ npm install -g hex-debug