FitScreenshotToCanvasOptions
Options for fitScreenshotToCanvas.
Import:
import type { FitScreenshotToCanvasOptions } from 'obsidian-integration-testing';Signature:
export interface FitScreenshotToCanvasOptionsProperties
| Property | Type | Description |
|---|---|---|
| blurSigma? | number | Gaussian blur strength applied to the margin fill. |
| canvasHeightInPixels | number | Height of the target canvas, in pixels. |
| canvasWidthInPixels | number | Width of the target canvas, in pixels. |
Links to this page: