mcut
@mcut/react

PreviewQuality

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / react/src / PreviewQuality

Type Alias: PreviewQuality

type PreviewQuality = "auto" | "full" | number;

Defined in: packages/react/src/player-canvas.tsx:50

Preview raster resolution. 'auto' renders at the displayed size, a number caps the project's short side (720 ≈ 720p), 'full' always rasters at full project resolution. Every mode is capped at project resolution — CSS scales the canvas to fit either way.

On this page