← All plugins
Follow Me
Sync viewport with another user — great for demos.
pnpm add @edv4h/usketch-plugin-follow-me Overview
Follow Me 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 { FollowMePlugin } from "@edv4h/usketch-plugin-follow-me";
const app = createApp({
plugins: [
FollowMePlugin,
],
});