Gameby Kenney <https://kenney.nl>
Power Up 1
An extended, magical-sounding power-up sound, excellent for significant ability gains, level-ups, or item collection in a game UI.
1.20s10KBCC0power, up, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/power-up-1Usage
import { useSound } from "@/hooks/use-sound";
import { powerUp1Sound } from "@/sounds/power-up-1";
const [play] = useSound(powerUp1Sound);