← All plugins

Spotlight

Effects @edv4h/usketch-plugin-spotlight

Highlight a region — dim everything else.

pnpm add @edv4h/usketch-plugin-spotlight

Overview

Spotlight 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 { SpotlightPlugin } from "@edv4h/usketch-plugin-spotlight";

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

Links