Cards & Boardby Kenney <https://kenney.nl>
Dice Throw 2
A quick and sharp sound of dice being thrown and settling, great for providing immediate feedback after a dice roll in a game.
0.40s4KBCC0dice, throw, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-throw-2Usage
import { useSound } from "@/hooks/use-sound";
import { diceThrow2Sound } from "@/sounds/dice-throw-2";
const [play] = useSound(diceThrow2Sound);