1.0.5 • Published 6 years ago

chromium-finder v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

chromium-finder

This package is a fork of the chrome-finder package. This specifically looks for chromium installations.

Installation

This package can be installed from npm with the following commands

npm install chromium-finder --save

Use case

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