1.0.2 • Published 3 years ago

text-to-binary-converter v1.0.2

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

text-to-binary-converter

A node module for converting any text to binary code!

Install

npm i text-to-binary-converter

Run

In JS:

var binary = require('text-to-binary-converter');
console.log(binary.convert("This text just got converted to Binary."));

In Discord.js:

const binary = require('text-to-binary-converter');
let text = args.slice(0).join(' ');
return <message>.channel.send(binary.convert(text));

License

(The MIT License)

Copyright 2021 Awish-Senpai