Jinglesby Kenney <https://kenney.nl>
Jingles Nes 08
A short, energetic 8-bit jingle, designed for quick, positive acknowledgments like selecting an option or a fast power-up pickup.
0.62s5KBCC0jingles, nes, 08
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/jingles-nes-08Usage
import { useSound } from "@/hooks/use-sound";
import { jinglesNes08Sound } from "@/sounds/jingles-nes-08";
const [play] = useSound(jinglesNes08Sound);