Gameby Kenney <https://kenney.nl>
Kill It
A concise, spoken 'kill it' sound, suitable for general enemy elimination commands or confirming a destructive action in a game.
0.96s8KBCC0kill, it
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/kill-itUsage
import { useSound } from "@/hooks/use-sound";
import { killItSound } from "@/sounds/kill-it";
const [play] = useSound(killItSound);