https://github.com/aliemir/cowrizz
https://github.com/aliemir/cowrizz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliemir/cowrizz
- Owner: aliemir
- Created: 2023-11-13T14:22:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T14:22:20.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:57:01.269Z (8 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
});
```