Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
20 lines (17 loc) · 1.16 KB

Npm Package Build Status Build Status Dependency Status Npm Downloads

chrome-finder

find a executable chrome in your system automatic

Use

const findChrome = require('chrome-finder');
const chromePath = findChrome();
  • if no executable chrome find, Error('platform not support') will be throw
  • if platform is not one if ['win32','darwin','linux'], Error('no chrome installations found') will be throw

Use Case

chrome-finder has been used in: