1.0.1 • Published 4 months ago

locate-chrome-chromium v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

find-browser-path

A Node.js package to dynamically find the installation paths of Google Chrome or Chromium on macOS, Linux, and Windows.

Installation

npm install locate-chrome-chromium

Usage

const findBrowserPath = require('locate-chrome-chromium');

// To find Google Chrome
console.log(findBrowserPath('chrome'));

// To find Chromium
console.log(findBrowserPath('chromium'));
1.0.1

4 months ago

1.0.0

4 months ago