← All plugins

Laser Pointer

Effects @edv4h/usketch-plugin-laser

Disappearing laser strokes for presentations.

pnpm add @edv4h/usketch-plugin-laser

Overview

Laser Pointer 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 { LaserPlugin } from "@edv4h/usketch-plugin-laser";

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

Links