← All plugins

Community Region

Shapes @edv4h/usketch-plugin-shape-community-region

Shared regions users join spatially — breakout rooms.

pnpm add @edv4h/usketch-plugin-shape-community-region

Overview

Community Region 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 { ShapeCommunityRegionPlugin } from "@edv4h/usketch-plugin-shape-community-region";

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

Links