astro-mouse-stars
v0.0.1
Published
An Astro component that creates interactive star effects that follow the user's mouse movements in real-time.
Maintainers
Readme
astro-mouse-stars
An Astro component that creates interactive star effects that follow the user's mouse movements in real-time
Installation 📖
# You can intall with npm
npm install astro-mouse-stars
# or with yarn
yarn add astro-mouse-stars
# or with pnpm
pnpm add astro-mouse-starsUsage ⚙️
---
import AstroMouseStars from 'astro-mouse-stars';
---
<AstroMouseStars />
