JSPM

@hackbg/dump

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q32457F
  • License MIT

Use Braille characters to print binary data legibly. JS/TS version of Justinne Tunney's brailledump (https://justine.lol/braille/)

Package Exports

  • @hackbg/dump

Readme

@hackbg/dump

This package is our JS (well, TS) implementation of brailledump by the amazing Justinne Tunney. It uses Braille characters to print binary data legibly.

import { brailleDump } from '@hackbg/dump'
console.log(brailleDump(/* some Uint8Array */))

Made with #%&! @ Hack.bg