Skip to content
On this page

Type alias: CaptureScreenshot ​

Ƭ CaptureScreenshot: (el?: HTMLElement | null, options?: UseScreenshotOptions) => Promise<string>

Type declaration ​

â–¸ (el?, options?): Promise<string>

Parameters ​
NameType
el?HTMLElement | null
options?UseScreenshotOptions
Returns ​

Promise<string>

Released under the MIT License.