# srcsm

Easily make your text sound sarcastic.

## Installation

```shell
npm install srcsm
```

## Usage
- 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>
```

![create scss logo](https://res.cloudinary.com/mdaraize/image/upload/v1643315375/srcsm/srcsm_code.png)

## 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"