TextRing
VERSION2.3.0
LICENSEMIT
CONFIG3 Options
Rotates text around the cursor position.
Installation
pnpm add @supermousejs/labsUsage
import { TextRing } from '@supermousejs/labs';
app.use(TextRing({ text: 'LOADING • ', radius: 40 }));Configuration
* Reactive Property| Option | Type | Default | Description |
|---|---|---|---|
| text * | string | 'SUPERMOUSE • ' | Text content. |
| radius * | number | 60 | Ring radius. |
| speed * | number | 0.5 | Rotation speed deg/frame. |