← All plugins

Image

Shapes @edv4h/usketch-plugin-shape-image

Paste or drop images onto the canvas.

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

Overview

Image 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 { ShapeImagePlugin } from "@edv4h/usketch-plugin-shape-image";

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

Links