1.0.3 • Published 2 years ago

modusifier v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Modusifer

npm.io npm.io A joke package that makes your text as if it were spoken by Modus from Fallout 76.

Usage

const modusifier = require('modusifier');

const string = 'The quick brown fox jumps over the lazy dog';
const modusified = modusifier.modusify(string);

console.log(modusified)
// Output: 'The quick... brown fox jumps... over the... lazy... dog'