txt-formatter

A simple text formatter designed for chat bots such as Discord bots but can be also used for other projects.


Keywords
format, text, textformatter, txtformatter
License
MIT
Install
npm install txt-formatter@1.0.5

Documentation

txt-formatter

txt-formatter is a simple package that allows you to format strings in several ways such. It is designed to be used for chatbots e.g. Discord Bots.

Installation

Use the package manager npm to install txt-formatter.

npm i txt-formatter

Usage

const txtformatter = require('txt-formatter');
const formatter = new txtformatter();

formatter.uwuify('hello'); // -> hewwo

License

MIT