@gen6033/chrome-path
v0.0.1
Published
Getting chrome/chromium paths
Downloads
2,235
Readme
chrome-path
Getting chrome/chromium paths
Install
$ npm install @gen6033/chrome-path
Usage
const chromePath = require('@gen6033/chrome-path');
chromePath()
/* =>
{ 'google-chrome': '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
'google-chrome-canary': '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
chromium: '/Applications/Chromium.app/Contents/MacOS/Chromium' }
*/
License
MIT