Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hexspector

benfoxall3MIT1.0.1

a hex viewer for your browser

hex, inspector, array, buffers

readme

hexspector

A tool for viewing hex dumps of buffers in your browser

Usage

First include hexspector in your page

<script src="https://unpkg.com/hexspector@latest"></script>

Then enter the typed array or array buffer you'd like to inspect

Live Demo

TODO

  • remove limit by selective rendering
  • auto-reload on changes
  • allow modifications