Impactby Kenney <https://kenney.nl>
Explosion Crunch 000
A sharp, impactful explosion followed by a crunchy debris sound, ideal for a game UI to signify a major destruction event or a critical failure.
0.78s7KBCC0explosion, crunch, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/explosion-crunch-000Usage
import { useSound } from "@/hooks/use-sound";
import { explosionCrunch000Sound } from "@/sounds/explosion-crunch-000";
const [play] = useSound(explosionCrunch000Sound);