@supermousejs/ring
v2.2.0
Published
The standard Ring cursor plugin for **Supermouse v2**. Supports morphing when used with the Stick logic plugin.
Downloads
156
Readme
@supermousejs/ring
The standard Ring cursor plugin for Supermouse v2. Supports morphing when used with the Stick logic plugin.
Installation
pnpm add @supermousejs/ringUsage
import { Supermouse } from "@supermousejs/core";
import { Ring } from "@supermousejs/ring";
const app = new Supermouse();
app.use(
Ring({
size: 20,
color: "black",
borderWidth: 2
})
);Documentation
Full documentation and interactive playground available at supermouse or check out the repo.
