hexspector
v1.0.1
Published
a hex viewer for your browser
Downloads
4
Maintainers
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