← All plugins

Export

UI / Utility @edv4h/usketch-plugin-export

Export PNG/SVG/JSON via Satori + Canvas.

pnpm add @edv4h/usketch-plugin-export

Overview

Export 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 { ExportPlugin } from "@edv4h/usketch-plugin-export";

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

Links