textify

A library to textify text

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
textify
000.0.1210 years ago10 years agoMinified + gzip package size for textify in KB

Readme

Textify
Node.js library to textify text. Build Status

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>]