← All plugins

Activity Feed

Presence @edv4h/usketch-plugin-activity-feed

Live feed of everyone’s recent actions.

pnpm add @edv4h/usketch-plugin-activity-feed

Overview

Activity Feed 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 { ActivityFeedPlugin } from "@edv4h/usketch-plugin-activity-feed";

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

Links