1.0.0 • Published 3 years ago

scrambleword.js v1.0.0

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

scrambleword.js

A Package for scrambling text and word

installation

npm i scrambleword.js

or

npm i scrambleword.js -g

Basic Usage

To Scramble word, Use this method.

const scramble = require('scrambleword.js');

const scrambled = scramble('Hello'); // random scramble a word
// i got "leohl"

console.log(scrambled);

Scramble a text

To Scramble a text, use this method.

const scramble = require('scrambleword.js');

const scrambled = scramble.scrambletext('Hello, My name is theproggrammerguy'); // random scramble a text
// i got "theproggrammerguy is My name Hello,"

console.log(scrambled);

Discord

my Discord is (0L_0V2)#2021, You Can also try my bot. My Bot too many features. If you need help, DM Me.