Text
VERSION2.3.0
LICENSEMIT
CONFIG3 Options
Injects contextual text bubbles near the cursor on interaction.
Installation
pnpm add @supermousejs/textUsage
app.use(Text({ font: 'Mono' }));Configuration
| Option | Type | Default | Description |
|---|---|---|---|
| className | string | 'supermouse-text' | CSS class added to container. |
| offset | [number, number] | [0, 24] | X/Y offset from cursor. |
| duration | number | 200 | Fade transition time in ms. |