Cards & Boardby Kenney <https://kenney.nl>
Dice Shake 2
A medium-length sound of dice being shaken, suitable for game interfaces to indicate the start of a player's turn or a roll action.
1.38s11KBCC0dice, shake, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-shake-2Usage
import { useSound } from "@/hooks/use-sound";
import { diceShake2Sound } from "@/sounds/dice-shake-2";
const [play] = useSound(diceShake2Sound);