node-owoifier
v1.0.0
Published
A text OwOifier made for NodeJS
Downloads
14
Maintainers
Readme
Node-OwOifier
A simple text OwOifier made for NodeJS
Installation
# If you use NPM
npm install node-owoifier --save
# If you use Yarn
yarn add node-owoifier
Usage
const OwOifier = require("node-owoifier");
const owo = new OwOifier();
const owoifiedText = owo.OwOify("Hello! My name is Tejas Agarwal. How are you?");
Don't want your text to be OwOified so hard? Use different modes!
// Set the setting to "low"
owo.OwOify("Sample text to OwOify", "low");
// Set the setting to "medium"
owo.OwOify("Sample Medium setting text", "medium");
// [DEFAULT] Set the setting to "high"
owo.OwOify("Sample High setting text", "high");
Made with 💖 by Tejas Agarwal