hex-debug

A small debug library to print a buffer's content as a hex table

Usage no npm install needed!

<script type="module">
  import hexDebug from 'https://cdn.skypack.dev/hex-debug';
</script>

README

hex-debug

travis-badge commitizen-badge greenkeeper-badge npm-badge codecov-badge pkgsign-badge

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.

example-url It supports ANSI color codes and maps each byte to a character on the right side. output-url

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