Skip to content

Latest commit

 

History

History

find-chrome

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@acot/find-chrome

Find Chrome available in your runtime environment.

Installation

Install via npm:

$ npm install --save @acot/find-chrome

Usage

T.B.A

import { findChrome } from '@acot/find-chrome';

(async () => {
  const { executablePath, type } = await findChrome(/* options */);
})();

Thanks

Hard inspired by the following projects: