← All plugins

Comments Backend

Server @edv4h/usketch-plugin-server-comments

Comment threads tied to shape ids.

pnpm add @edv4h/usketch-plugin-server-comments

Overview

Comments Backend 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 { ServerCommentsPlugin } from "@edv4h/usketch-plugin-server-comments";

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

Links