← All plugins
Comments
Pin comment threads to shapes with @mentions.
pnpm add @edv4h/usketch-plugin-comments Overview
Comments 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 { CommentsPlugin } from "@edv4h/usketch-plugin-comments";
const app = createApp({
plugins: [
CommentsPlugin,
],
});