Gameby Kenney <https://kenney.nl>
Arcade Mode
A short, energetic fanfare announcing the start of an arcade game mode, often featuring retro elements.
1.63s13KBCC0arcade, mode
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/arcade-modeUsage
import { useSound } from "@/hooks/use-sound";
import { arcadeModeSound } from "@/sounds/arcade-mode";
const [play] = useSound(arcadeModeSound);