Find Chrome available in your runtime environment.
Install via npm:
$ npm install --save @acot/find-chrome
T.B.A
import { findChrome } from '@acot/find-chrome';
(async () => {
const { executablePath, type } = await findChrome(/* options */);
})();
Hard inspired by the following projects: