Otherby Kenney <https://kenney.nl>
Its A Tie
A brief, playful vocalization indicating a tie or draw, ideal for game results screens or playful challenge outcomes.
1.35s11KBCC0it's, a, tie
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/its-a-tieUsage
import { useSound } from "@/hooks/use-sound";
import { itsATieSound } from "@/sounds/its-a-tie";
const [play] = useSound(itsATieSound);