← All plugins

Spatial Chat

Presence @edv4h/usketch-plugin-spatial-chat

Proximity‑based voice/text bubbles on the canvas.

pnpm add @edv4h/usketch-plugin-spatial-chat

Overview

Spatial Chat 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 { SpatialChatPlugin } from "@edv4h/usketch-plugin-spatial-chat";

const app = createApp({
  plugins: [
    SpatialChatPlugin,
  ],
});

Links