Skip to main content
Module

x/swissKnife/mod.ts>screenshot

Deno Swiss Knife tools
Go to Latest
variable screenshot
import { screenshot } from "https://deno.land/x/swissKnife@1.2/mod.ts";

Capture screenshot

type

(
imagePath: string,
monitor?: Monitor,
screen?: Screen,
) => Promise<string>