New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

uwufier

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uwufier

This package wiww uwufy any sentence ow wowd and expowts a few vewy handy functions if youw into uwufying

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

uwu

FAQs

Package last updated on 15 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts