Itemsby Kenney <https://kenney.nl>
Slime 001
A wet, squishy, and gooey sound, perfect for creature interactions, material changes, or playful, unusual UI feedback in a fantasy or casual game.
4.71s37KBCC0slime, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/slime-001Usage
import { useSound } from "@/hooks/use-sound";
import { slime001Sound } from "@/sounds/slime-001";
const [play] = useSound(slime001Sound);