modusifier
Version:
A joke package that makes your text as if it were spoken by Modus from Fallout 76.
15 lines (11 loc) • 506 B
Markdown
  <br><br>
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'
```