An open API service indexing awesome lists of open source software.

https://github.com/mmower/hexdump

Javascript hexdump library
https://github.com/mmower/hexdump

Last synced: 5 months ago
JSON representation

Javascript hexdump library

Awesome Lists containing this project

README

        

# Hexdump

I couldn't find a Javascript Hexdump library that seemed to work so I cobbled this one together.

To use include `Hexdump.js` then use something like:

console.log( Hexdump.dump( string ) )

## License

Published under the MIT LICENSE