← All plugins
Community Chat
Chat inside a community‑region for breakouts.
pnpm add @edv4h/usketch-plugin-community-chat Overview
Community 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 { CommunityChatPlugin } from "@edv4h/usketch-plugin-community-chat";
const app = createApp({
plugins: [
CommunityChatPlugin,
],
});