supermousejs
The official all-in-one bundle for Supermouse.js v2. High-performance, modular cursor engine.
Installation
pnpm add supermousejs
Supermouse JS (Standard)
The official unscoped bundle for v2. Quickest way to get started with the standard Dot & Ring setup.
Usage
import { Supermouse } from "@supermousejs/core";
import Supermouse, { Dot, Ring } from 'supermousejs';
import { Supermouse JS (Standard) } from "supermousejs";
app.use(Dot()).use(Ring());
Options
No explicit options are documented for this plugin.
Documentation
Full documentation and interactive playground available at supermouse or check out the repo.