← All plugins
Board Portal
Embed another board as a scoped viewport inside yours.
pnpm add @edv4h/usketch-plugin-shape-board-portal Overview
Board Portal 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 { ShapeBoardPortalPlugin } from "@edv4h/usketch-plugin-shape-board-portal";
const app = createApp({
plugins: [
ShapeBoardPortalPlugin,
],
});