Dot
VERSION2.3.0
LICENSEMIT
CONFIG6 Options
A minimalist precision point that follows your movements perfectly.
Installation
pnpm add @supermousejs/dotUsage
app.use(Dot({ size: 8, color: '#750c7e' }));Configuration
* Reactive Property| Option | Type | Default | Description |
|---|---|---|---|
| size * | number | 8 | Diameter of the dot in pixels. |
| color * | string | '#750c7e' | Background color. |
| opacity * | number | 1 | Opacity level (0-1). |
| mixBlendMode | string | 'difference' | CSS blend mode. |
| hideOnShape | boolean | true | Fade out when a shape (like Stick) is active. |
| zIndex | string | '300' | CSS z-index. |