0.0.12 • Published 11 years ago

textify v0.0.12

Weekly downloads
367
License
-
Repository
github
Last release
11 years ago

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

11 years ago

0.0.11

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago