Supermouse JS (Standard)
VERSION2.3.0
LICENSEMIT
CONFIG0 Options
The official unscoped bundle for v2. Quickest way to get started with the standard Dot & Ring setup.
Installation
pnpm add supermousejsUsage
import Supermouse, { Dot, Ring } from 'supermousejs';
const app = new Supermouse();
app.use(Dot()).use(Ring());Configuration
No configuration options available