1.0.3 • Published 7 years ago

chromium-bin v1.0.3

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

chromium-bin Build Status

Chromium wrapper that makes it seamlessly available as a local dependency

Install

$ npm install --save chromium-bin

Usage

const {execFile} = require('child_process');
const chromium = require('chromium-bin');

execFile(chromium, ['https://github.com'], err => {
	console.log('Page opened!');
});

CLI

$ npm install --global chromium-bin
$ chromium --help

License

MIT © Kevin Martensson