← All plugins
Live Cursors
Smooth live cursor interpolation over awareness.
pnpm add @edv4h/usketch-plugin-presence-cursor Overview
Live Cursors is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { PresenceCursorPlugin } from "@edv4h/usketch-plugin-presence-cursor";
const app = createApp({
plugins: [
PresenceCursorPlugin,
],
});