UNPKG

@brainfish-ai/web-tracker

Version:

Brainfish Tracker for Web

9 lines (8 loc) 400 B
import { RenderStabilityOptions } from './renderStability'; /** * Takes a screenshot of the current page after ensuring content is stably rendered * @param options Optional configuration for render stability checking * @returns Promise resolving to the screenshot as a data URL */ declare function screenshot(options?: RenderStabilityOptions): Promise<string | undefined>; export { screenshot };