Impactby Kenney <https://kenney.nl>
Explosion Crunch 004
This sound is a powerful, breaking crunch effect suitable for indicating a major system failure, an irreversible destructive action, or an emphatic negative confirmation in a dramatic UI.
1.98s16KBCC0explosion, crunch, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/explosion-crunch-004Usage
import { useSound } from "@/hooks/use-sound";
import { explosionCrunch004Sound } from "@/sounds/explosion-crunch-004";
const [play] = useSound(explosionCrunch004Sound);