textify
v0.0.12
Published
A library to textify text
Downloads
399
Readme
Textify
Node.js library to textify text.
texturize(text)
Huamns can eaisly raed txet wehre the middle leettrs are shulffed.
This will create text like that as result.
toBinary(text, wrap)
This will convert your text to 8 bit binary numbers. wrap is a number for where to add a linebreak in the output. Without is (default 0) you will get all on one line.
fromBinary(text)
This will take the 8 bit binary text and return it as ascii text. All linebreaks and spaces will be removed.
Cli
You can use textify from cli too. The module will add textify as a program.
Usage
textify [-x|--tobinary <text> [-w|--wrap <number>]]
[-z|--frombinary <text>]
[-t|--texturize <text>]