UNPKG

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
# Modusifer ![](https://img.shields.io/npm/v/modusifier?style=flat-square) ![](https://data.jsdelivr.com/v1/package/npm/modusifier/badge) <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' ```