Ecosystem /@supermousejs/ring

Ring

VERSION2.3.0
LICENSEMIT
CONFIG5 Options

Adds a lagging outer ring. Simple and performant.

Installation

pnpm add @supermousejs/ring

Usage

app.use(Ring({ size: 32, color: '#000' }));

Configuration

* Reactive Property
OptionTypeDefaultDescription
size *number20Diameter of the ring in pixels.
color *string'#ffffff'Border color.
borderWidth *number2Stroke width in pixels.
opacity *number1Opacity level (0-1).
mixBlendMode string'difference'CSS blend mode.
supermouse
js
| Copyright © 2024-2026 Stud.io Inc.