@acot/find-chrome 中文文档教程
@acot/find-chrome
在您的运行时环境中找到可用的 Chrome。
Installation
通过 npm 安装:
$ npm install --save @acot/find-chrome
Usage
TBA
import { findChrome } from '@acot/find-chrome';
(async () => {
const { executablePath, type } = await findChrome(/* options */);
})();
Thanks
受到以下项目的启发:
@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: