Sci-Fiby Kenney <https://kenney.nl>
Laser Retro 000
A classic, short 'pew' laser sound reminiscent of retro arcade games, perfect for simple clicks or playful sci-fi interactions.
0.24s2KBCC0laser, retro, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-retro-000Usage
import { useSound } from "@/hooks/use-sound";
import { laserRetro000Sound } from "@/sounds/laser-retro-000";
const [play] = useSound(laserRetro000Sound);