scrambleword.js

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i scrambleword.js

Weekly Downloads

5

Version

1.0.0

License

ISC

Unpacked Size

2.54 kB

Total Files

6

Last publish

Collaborators

  • theproggrammerguy