astro-background-letters
v0.0.1
Published
An Astro component that creates an interactive letter background that reacts to the user's mouse movement
Downloads
10
Maintainers
Readme
astro-background-letters
An Astro component that creates an interactive letter background that reacts to the user's mouse movement
Installation 📖
# You can intall with npm
npm install astro-background-letters
# or with yarn
yarn add astro-background-letters
# or with pnpm
pnpm add astro-background-lettersUsage ⚙️
---
import BackgroundLetters from 'astro-background-letters';
---
<BackgroundLetters />
