JSPM

node-owoifier

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22422F
  • License MIT

A text OwOifier made for NodeJS

Package Exports

  • node-owoifier

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-owoifier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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