Impactby Kenney <https://kenney.nl>
Explosion Crunch 001
A robust explosion sound with a distinct crunch of debris, suitable for game UIs to indicate a powerful hit, a large destruction, or a significant game event.
1.36s11KBCC0explosion, crunch, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/explosion-crunch-001Usage
import { useSound } from "@/hooks/use-sound";
import { explosionCrunch001Sound } from "@/sounds/explosion-crunch-001";
const [play] = useSound(explosionCrunch001Sound);