UNPKG
puppeteer-vision-mcp-server
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
MCP Server for scraping webpages and converting to markdown
puppeteer-vision-mcp-server
/
build
/
utils
/
chrome-finder.d.ts
6 lines
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Attempts to find Chrome installation on the current system *
@returns
Path to Chrome executable or null if not found */
export
declare
function
findChrome
(
):
Promise
<
string
|
null
>;
//# sourceMappingURL=chrome-finder.d.ts.map