Skip to content

Subash/detect-browsers

Repository files navigation

Detect Installed Browsers

import { getAvailableBrowsers, launchBrowser } from 'detect-browsers';
const browsers = await getAvailableBrowsers();
await launchBrowser(browsers[0], 'https://subashpathak.com');

License -> MIT

About

Detect browsers installed on a system.

Resources

Stars

Watchers

Forks