Gameby Kenney <https://kenney.nl>
Fight
This sound implies a struggle or combat, suitable for indicating an ongoing conflict, a challenge initiation, or an engaging interaction state in a game or competitive application.
0.93s8KBCC0fight
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/fightUsage
import { useSound } from "@/hooks/use-sound";
import { fightSound } from "@/sounds/fight";
const [play] = useSound(fightSound);