Skip to content

Awish-Senpai/text-to-binary-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published