npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

chromium-bin

1.0.3

@kevva

npmHomeRepoSnykSocket
Downloads:11
$ npm install chromium-bin
DailyWeeklyMonthlyYearly

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