Itemsby Kenney <https://kenney.nl>
Knife Slice
A sharp, quick slicing sound, perfect for melee attacks, swift UI transitions, or an impactful swipe gesture in a game or app.
0.60s5KBCC0knife, slice
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/knife-sliceUsage
import { useSound } from "@/hooks/use-sound";
import { knifeSliceSound } from "@/sounds/knife-slice";
const [play] = useSound(knifeSliceSound);