Cards & Boardby Kenney <https://kenney.nl>
Cards Pack Open 1
A distinct ripping or tearing sound indicating the opening of a virtual card pack, often used for revealing new items.
0.94s8KBCC0cards, pack, open, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cards-pack-open-1Usage
import { useSound } from "@/hooks/use-sound";
import { cardsPackOpen1Sound } from "@/sounds/cards-pack-open-1";
const [play] = useSound(cardsPackOpen1Sound);