Cards & Boardby Kenney <https://kenney.nl>
Die Throw 1
The sound of a single die being thrown and landing, suitable for a game UI when a solo die roll is required or confirmed.
0.53s5KBCC0die, throw, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/die-throw-1Usage
import { useSound } from "@/hooks/use-sound";
import { dieThrow1Sound } from "@/sounds/die-throw-1";
const [play] = useSound(dieThrow1Sound);