3.1.4 • Published 10 years ago

hex-dump v3.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

hex-dump

Simplisitc hex dump for browsers.

Features

  • shows byte offset, hex values and strings
  • entropy bar
  • text selection with .getSelection
  • highlights same values
  • lazily loads binaries of arbitrary sizes

Example

screenshot

var Dump = require('hex-dump');

var d = new Dump(chunks, length);
d.appendTo(document.body);

view on requirebin

Installation

$ npm install hex-dump

API

Dump(chunks, length)

  • chunks instance of abstract-chunk-store. The most efficient chunk size to use is 16.
  • length of the content

#appendTo(el)

#getSelection(cb)

If the user has selected some data, call cb with (err, buf), where buf is the slice of data selected.

License

MIT

3.1.4

10 years ago

3.1.3

10 years ago

3.1.2

10 years ago

3.1.1

10 years ago

3.1.0

10 years ago

3.0.0

10 years ago

2.12.0

10 years ago

2.11.1

10 years ago

2.11.0

10 years ago

2.10.1

10 years ago

2.10.0

10 years ago

2.9.0

10 years ago

2.8.0

10 years ago

2.7.2

10 years ago

2.7.1

10 years ago

2.7.0

10 years ago

2.6.0

10 years ago

2.5.0

10 years ago

2.4.0

10 years ago

2.3.0

10 years ago

2.2.3

10 years ago

2.2.2

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago