mouse-blend-brightness-effect
v0.0.1
Published
Astro component that applies a mouse-driven blend and brightness effect for interactive backgrounds
Downloads
6
Maintainers
Readme
mouse-blend-brightness-effect
An Astro component that applies a mouse-driven blend and brightness effect for interactive backgrounds
Installation 📖
# You can intall with npm
npm install mouse-blend-brightness-effect
# or with yarn
yarn add mouse-blend-brightness-effect
# or with pnpm
pnpm add mouse-blend-brightness-effectUsage ⚙️
---
import MouseBlendBrightnessEffect from 'mouse-blend-brightness-effect';
---
<MouseBlendBrightnessEffect />
