@acot/find-chrome
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

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

/@acot/find-chrome/

    Package Sidebar

    Install

    npm i @acot/find-chrome

    Weekly Downloads

    386

    Version

    0.0.19

    License

    MIT

    Unpacked Size

    11.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • wadackel