mocking-spongegeorge
v1.0.4
Published
The package is created to generate random mocking spongebob meme dialog or convert already existing text to mocking spongebob meme case.
Downloads
3
Readme
Description
The mocking spongebob meme is created for exactly what the title implies it is created for: Mocking someone. It does so by showing the following picture with text in an obscured randomized case.
Installation
Simply open up your command line and enter the following:
npm install mocking-spongegeorge
and you are good to go!
Usage
To use it, first require the functionallity on the top of your code like this:
const mocking = require('mocking-spongegeorge')
console.log(mocking("This phrase will be converted to meme format!"))