An animated SVG cat loader component built with React and Framer Motion.
- 🐱 Cute animated cat face
- 👀 Mouse-following eyes
- ✨ Multiple animation modes (lapping, eating)
- 🎨 Fully customizable animations
- 💝 Click to emit hearts
- 😎 Secret sunglasses feature (5 rapid clicks)
- 📱 Responsive design
npm install
npm run devnpm run buildThe built files will be in the dist folder. Deploy the contents of dist to your GitHub Pages repository.
- Build the project:
npm run build - Copy the contents of
distto your GitHub Pages repository - Or use GitHub Actions to automatically deploy on push
import { CatLoader } from "./components/CatLoader";
<CatLoader
variant="lapping"
size={52}
isComplete={false}
enableBlink={true}
enableEyeTracking={true}
/>MIT