1.1.5 • Published 5 months ago

browser-paths v1.1.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

browser-paths

npm.io

A simple package that retrieves the path of the most known browsers (if installed), no matter the OS.

If browser is not found, it returns null.

Other browsers (Opera, Brave, ...) will be added in future, feel free to help me!

Install

npm i browser-paths

Usage

import { getChromiumPath } from "browser-paths";    # or any other supported browser
path = getChromiumPath()

Supported Browsers

  • Google Chrome
  • Microsoft Edge
  • Thorium Browser
  • Chromium (fallback on the other generic chromium based browsers)
  • Mozilla Firefox