Skip to content

FitScreenshotToCanvasOptions

Options for fitScreenshotToCanvas.

Import:

import type { FitScreenshotToCanvasOptions } from 'obsidian-integration-testing';

Signature:

export interface FitScreenshotToCanvasOptions

Properties

PropertyTypeDescription
blurSigma?numberGaussian blur strength applied to the margin fill.
canvasHeightInPixelsnumberHeight of the target canvas, in pixels.
canvasWidthInPixelsnumberWidth of the target canvas, in pixels.

Links to this page: