Sci-Fiby Kenney <https://kenney.nl>
Laser Small 002
A slightly longer and more prominent small laser sound, suitable for confirming selections or low-power weapon firing in a game.
0.34s3KBCC0laser, small, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-small-002Usage
import { useSound } from "@/hooks/use-sound";
import { laserSmall002Sound } from "@/sounds/laser-small-002";
const [play] = useSound(laserSmall002Sound);