← All plugins
Portal
Pin any shape as a screen-fixed widget; personal (localStorage) by default with a shared toggle.
pnpm add @edv4h/usketch-plugin-portalOverview
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 { PortalPlugin } from "@edv4h/usketch-plugin-portal";
const app = createApp({
plugins: [
PortalPlugin,
],
});