Skip to main content
Module

x/deno_shot/src/Config.ts>Config

Deno WebCapture module
Latest
interface Config
import { type Config } from "https://deno.land/x/deno_shot@1.3/src/Config.ts";

Properties

optional
image: string

Full Path of the output image (png only). Default: C:\temp\screenshot.png

optional
windowSize: Size

Window Size (ignored if Maximize is true). Default: 800, 600

optional
maximized: boolean

Capture full screen url (overrides windowSize). Default: false

url: string

URL Page to capture.

optional
success: boolean

Used in the return: true when success.