0.0.1 • Published 4 years ago
word-mixer v0.0.1
Word Mixer
Mix up English words, this can be used to test peoples skills on unscrambling words.
Example
const Mix = require("word-mixer");
const scramble = new Mix();
const word = scramble.generate(1);
console.log(word);
0.0.1
4 years ago