Sci-Fiby Kenney <https://kenney.nl>
Laser Small 001
A quick, delicate small laser sound, ideal for button presses, hover feedback, or light sci-fi accents in a UI.
0.24s2KBCC0laser, small, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-small-001Usage
import { useSound } from "@/hooks/use-sound";
import { laserSmall001Sound } from "@/sounds/laser-small-001";
const [play] = useSound(laserSmall001Sound);