← All plugins

Presentation

UI / Utility @edv4h/usketch-plugin-presentation

Frame‑based slides with edit/present modes.

pnpm add @edv4h/usketch-plugin-presentation

Overview

Presentation 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 { PresentationPlugin } from "@edv4h/usketch-plugin-presentation";

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

Links