MCPcopy Index your code
hub / github.com/BuilderIO/SSDiff / BrowserConfig

Interface BrowserConfig

packages/ssdiff/src/index.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const infoLogger = log4js.getLogger("output");
22
23export interface BrowserConfig {
24 defaultViewport: { width: number; height: number };
25}
26export interface ScreenshotConfig {
27 type?: "png"; // add support of other types
28 fullPage?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected