MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / loadLayoutAuditScript

Function loadLayoutAuditScript

packages/cli/src/commands/layout.ts:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317}
318
319function loadLayoutAuditScript(): string {
320 return loadBrowserScript("layout-audit.browser.js");
321}
322
323async function collectLayoutIssues(
324 page: import("puppeteer-core").Page,

Callers 1

collectLayoutIssuesFunction · 0.85

Calls 1

loadBrowserScriptFunction · 0.85

Tested by

no test coverage detected