← All plugins
Laser Pointer
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,
],
});