srcsm
Version:
🧽 A simple function to make your text sound sarcastic.
34 lines (24 loc) • 735 B
Markdown
Easily make your text sound sarcastic.
```shell
npm install srcsm
```
- import the function `srcsm` from the `srcsm` module
- `srcsm(string)` accept on string parameter
- Make any string visualy appear sarcastic
```js
<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>
```

- John Doe - "tHiS wIlL bE iNcLuDeD iN eVeRy PrOjEcT i MaKe"
- Jane Doe - "fOrGeT aBoUt WeB3, tHiS iS wEb4 !!"
- Boby Doe - "bEtTeR tHaN cRYpTo"