An open API service indexing awesome lists of open source software.

https://github.com/aliemir/cowrizz


https://github.com/aliemir/cowrizz

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# cowrizz

a simple package to cowsay with a bit of charisma

## Installation

```bash
npm i cowrizz
```

## Usage

```js
import cowrizz, { glasses } from "cowrizz";

await cowrizz({
text: "Hello World!",
// startEyes: glasses.empty,
// endEyes: glasses.default,
// interval: 50,
// startPause: 1000,
// endPause: 1000,
// reducedAnimation: boolean
});
```