Ring
VERSION2.3.0
LICENSEMIT
CONFIG5 Options
Adds a lagging outer ring. Simple and performant.
Installation
pnpm add @supermousejs/ringUsage
app.use(Ring({ size: 32, color: '#000' }));Configuration
* Reactive Property| Option | Type | Default | Description |
|---|---|---|---|
| size * | number | 20 | Diameter of the ring in pixels. |
| color * | string | '#ffffff' | Border color. |
| borderWidth * | number | 2 | Stroke width in pixels. |
| opacity * | number | 1 | Opacity level (0-1). |
| mixBlendMode | string | 'difference' | CSS blend mode. |