astro-background-letters
Version:
An Astro component that creates an interactive letter background that reacts to the user's mouse movement
29 lines (20 loc) • 619 B
Markdown
# astro-background-letters
An Astro component that creates an interactive letter background that reacts to the user's mouse movement
## Installation 📖
```bash
# 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-letters
```
## Usage ⚙️
```astro
import BackgroundLetters from 'astro-background-letters';
<BackgroundLetters />
```
## Demo 📹
[](https://20essentials.github.io/project-1218/)