Skip to main content
The Deno 2 Release Candidate is here
Learn more

Deno-OwOifier

A simple text OwOifier made for Deno

Installation

import {OwOifier, OwOmods} from "https://deno.land/x/owoifier/mod.ts";

Usage

const owo = new OwOifier();
const owoifiedText = owo.OwOify("Hi! I am Tejas Agarwal. How are you?", OwOmods.high);
// You can use different mods depending upon how much OwO text you want.

Made with πŸ’– by Tejas Agarwal