mousemove-follow-letters
v0.0.1
Published
An Astro component that makes letters smoothly follow the mouse cursor, creating an interactive and dynamic text effect.
Maintainers
Readme
mousemove-follow-letters
An Astro component that makes letters smoothly follow the mouse cursor, creating an interactive and dynamic text effect.
Installation 📖
# You can intall with npm
npm install mousemove-follow-letters
# or with yarn
yarn add mousemove-follow-letters
# or with pnpm
pnpm add mousemove-follow-lettersUsage ⚙️
---
import MousemoveFollowLetters from 'mousemove-follow-letters';
---
<MousemoveFollowLetters text="鑑於對人權的無視和侮蔑" />
