fishattack
v1.0.3
Published
A lightweight, effect that sends a swarm of colorful animated fish swimming across the screen 🐟
Readme
🐟 fishAttack
A lightweight, effect that sends a swarm of colorful animated fish swimming across the screen lol.

📦 Installation
npm install fishattack
import { fishAttack } from "fishattack";
export default function FishAttackButton() {
return <button onClick={fishAttack}>Fish Attack</button>;
}Check it out live: https://53d8b2b1.fishattack.pages.dev/
