← All plugins

Embed

Shapes@edv4h/usketch-plugin-shape-embed

Embed external content (YouTube, etc.) as iframe shapes; tldraw-style provider allow-list.

pnpm add @edv4h/usketch-plugin-shape-embed

Overview

Embed 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 { ShapeEmbedPlugin } from "@edv4h/usketch-plugin-shape-embed";

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

Links