Sci-Fiby Kenney <https://kenney.nl>
Laser Small 000
A subtle, small laser 'pew' sound, great for minor UI interactions, menu navigation, or light sci-fi effects.
0.24s2KBCC0laser, small, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-small-000Usage
import { useSound } from "@/hooks/use-sound";
import { laserSmall000Sound } from "@/sounds/laser-small-000";
const [play] = useSound(laserSmall000Sound);