1.1.2 • Published 3 years ago

bin-converter v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

What is this?

bin-converter is a package that can convert Binary to Text, and Text to Binary!

Setup:

1: Install the package.

npm i bin-converter

2: Require/Import it.

const BIN = require("bin-converter");

3: Use it.

const bin = new BIN();

bin.parseStringToBinary("npm is cool!"); // 01101110 01110000 01101101 00100000 01101001 01110011 00100000 01100011 01101111 01101111 01101100 00100001

bin.parseBinaryFromString("01110011 01100101 01100101 00111111 00100001"); // see?!

Developed by itsamedood, 2021

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago