1.0.0 • Published 3 years ago

binary-text-converter v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Text to Binary

Usage

First, install text to binary by typing $ npm i binary-text-converter

Then, require it in your code

To convert a text string to binary, using the binary.translate() function

Example - Convert "test" to binary.

Note - As of version 1.0.0, it can only translate letters to binary, capital and lowercase. I will update this in a later version