@acot/find-chrome
v0.0.19
Published
Find Chrome available in your runtime environment.
Downloads
694
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: