← All plugins
Ellipse
Ellipse / circle primitive with perfect-circle snap.
pnpm add @edv4h/usketch-plugin-shape-ellipse Overview
Ellipse 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 { ShapeEllipsePlugin } from "@edv4h/usketch-plugin-shape-ellipse";
const app = createApp({
plugins: [
ShapeEllipsePlugin,
],
});