text-to-binary-converter
v1.0.2
Published
Convert some text to binary easily!
Maintainers
Readme
text-to-binary-converter
A node module for converting any text to binary code!
Install
npm i text-to-binary-converterRun
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
Copyright 2021 Awish-Senpai
