Cards & Boardby Kenney <https://kenney.nl>
Card Shuffle
The sound of virtual cards being shuffled, creating an authentic atmosphere for card games or randomizing elements.
3.06s25KBCC0card, shuffle
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/card-shuffleUsage
import { useSound } from "@/hooks/use-sound";
import { cardShuffleSound } from "@/sounds/card-shuffle";
const [play] = useSound(cardShuffleSound);