@ewjdev/anyclick-adapters
v4.0.0
Published
Adapters for Anyclick that are experimental or niche, including custom cursor/game mode helpers.
Downloads
20
Maintainers
Readme
Anyclick Adapters (Experimental)
Adapters and helpers for Anyclick that are outside common/core use cases—like game/fun modes or custom cursor behaviors. These are intentionally experimental and may change without notice.
Usage
import { createGameModeAdapter } from "@ewjdev/anyclick-adapters";
import { usePointer } from "@ewjdev/anyclick-pointer";
const adapter = createGameModeAdapter();
// Example: activate via a toggle
const { setConfig } = usePointer();
adapter.activate({ setConfig });
// Later
adapter.deactivate?.({ setConfig });Status
experimental: trueadapters log a one-time console warning.- APIs are not stable; pin versions and test before upgrading.
