Sci-Fiby Kenney <https://kenney.nl>
Laser Retro 002
A punchy retro laser sound, ideal for impactful clicks, selections, or small projectile firing in a vintage-style game.
0.26s2KBCC0laser, retro, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-retro-002Usage
import { useSound } from "@/hooks/use-sound";
import { laserRetro002Sound } from "@/sounds/laser-retro-002";
const [play] = useSound(laserRetro002Sound);