@acot/find-chrome

Find Chrome available in your runtime environment.

Usage no npm install needed!

<script type="module">
  import acotFindChrome from 'https://cdn.skypack.dev/@acot/find-chrome';
</script>

README

@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: