srcsm
v1.0.1
Published
🧽 A simple function to make your text sound sarcastic.
Downloads
12
Maintainers
Readme
srcsm
Easily make your text sound sarcastic.
Installation
npm install srcsm
Usage
- import the function
srcsm
from thesrcsm
module srcsm(string)
accept on string parameter- Make any string visualy appear sarcastic
<script>
import { srcsm } from 'srcsm';
let string = 'wow this is a really useful package!';
console.log(srcsm(string));
/*Output*/
'wOw tHiS iS a rEaLlY uSeFuL pAcKagE!'
<script>
Check what nobody have to say about it
- John Doe - "tHiS wIlL bE iNcLuDeD iN eVeRy PrOjEcT i MaKe"
- Jane Doe - "fOrGeT aBoUt WeB3, tHiS iS wEb4 !!"
- Boby Doe - "bEtTeR tHaN cRYpTo"