Impactby Kenney <https://kenney.nl>
Explosion Crunch 003
This sound is a deep, impactful crunch that signifies a destructive event, ideal for communicating a critical error, failed action, or a significant negative impact within a game or application.
1.55s13KBCC0explosion, crunch, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/explosion-crunch-003Usage
import { useSound } from "@/hooks/use-sound";
import { explosionCrunch003Sound } from "@/sounds/explosion-crunch-003";
const [play] = useSound(explosionCrunch003Sound);