← All plugins

Portal

UI / Utility@edv4h/usketch-plugin-portal

Pin any shape as a screen-fixed widget; personal (localStorage) by default with a shared toggle.

pnpm add @edv4h/usketch-plugin-portal

Overview

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,
  ],
});

Links