Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@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