Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ckaznable/zawarudo.js
- Owner: ckaznable
- License: mit
- Created: 2023-01-01T08:29:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T09:04:22.000Z (almost 2 years ago)
- Last Synced: 2023-08-24T10:44:33.453Z (over 1 year ago)
- Topics: fun, jojo, meme, memes, zawarudo
- Language: TypeScript
- Homepage: https://ckaznable.github.io/zawarudo.js/
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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