Skip to content

ZaphodAndo/scuffed-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scuffed-text 🦀

What happens when you get a bored programmer who also happens to be a bit of a meme lord?... well this package I suppose.

What is this package used for ?

This package is used for converting normal text into scuffed text also known as Alternating Caps and TroutSpeak 🐟.

What is scuffed text ?

ThIs iS An eXaMpLe oF ScUfFeD TeXt

Why on earth would I want to do that ?

TBH I dont have a clue myself I just made this for the meme. 🤷‍

Example usage

import converter from 'scuffed-text';

let outcome = converter('this is an example of scuffed text');
console.log('Outcome: ', outcome);

In the example above we are requiring scuffed-text and assigning that to a variable that we then can pass our input into and it will return the converted string.

Outcome:  ThIs iS An eXaMpLe oF ScUfFeD TeXt

The outcome is shown above.

About

Converts normal text into scuffed text, perfect for mocking people on the internet. 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published