1.1.0 • Published 4 years ago

uwufier v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Uwufier

This vewy light weight packwage will uwufy any sentwence or word and expowts a few vewy handy functions!! if youw into uwufying and mawking youw code more kawaii ÚwÚ (this package is made in and supports supports TypeScript!)

NPM Version

Install

npm install uwufier --save

Example

Normal very boring text:

This is a test sentence to demonstrate the current functionality, as the package grows and becomes more advanced this sample will have to be updated!

Very kawaii text:

This is a test sentence to demonstwate the cuwwent functionyawity, as the package gwows and becomes mowe advanced this sampwe wiww have to be updated?!!11

Usage

Uwuify a sentence

uwuifySentece() takes in a string and returns an uwufied string. It doesn't uwuify URL's (unlike uwuifyWord())

import { uwufySentence } from 'uwufier';

const normalSentence = "This is a normal sentence";
const uwufiedSentence = uwufySentence(normalSentence);

console.log(uwufiedSentence);

Uwuify a word

uwuifyWord() also takes in a string and returns an uwufied string, it uwuify's ever character and doesn't care about URL's)

import { uwufyWord } from 'uwufier';

const normalWord = "Train";
const uwufiedWord = uwuifyWord(normalWord);

console.log(uwufiedWord);

Get an uwu face

uwuFace() just returns a very kawaii face such as ÚwÚ

import { uwuFace } from 'uwufier';

const uwufiedFace = uwuFace();

console.log(uwufiedFace);

License

ISC