Gameby Kenney <https://kenney.nl>
Coin Collect
A cheerful, distinct sound of a coin being collected, perfect for rewarding players in a game or marking a successful item pickup.
0.44s4KBCC0coin, collect, reward, achievement +2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/coin-collectUsage
import { useSound } from "@/hooks/use-sound";
import { coinCollectSound } from "@/sounds/coin-collect";
const [play] = useSound(coinCollectSound);