Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ckaznable/zawarudo.js

simulate zawarudo effect on web
https://github.com/ckaznable/zawarudo.js

fun jojo meme memes zawarudo

Last synced: about 2 months ago
JSON representation

simulate zawarudo effect on web

Awesome Lists containing this project

README

        

# Zawarudo.js (The World)

simulate zawarudo effect on web

View [Demo](https://ckaznable.github.io/zawarudo.js/) Here

# TOC

- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)
- [Type](#type)

# Installation

NPM

```bash
npm i zawarudo.js
```

CDN

```html

```

# Usage

```javascript
import zawarudo from "zawarudo.js";
// setting second of time stop (default is 5sec)
zawarudo(5)
```

# Examples

```javascript
const dom = document.querySelector('.root')
dom.addEventListener("click", e => zawarudo(3))
```

# Type

zawarudo(sec: Number) => void