chromium-prebuilt

2.0.1 • Public • Published

chromium-prebuilt

Use prebuilt Chromium binaries.

Usage

First install the module, which downloads Chromium unless you have it cached already:

$ npm install --save chromium-prebuilt

Then get the path to the executable in Node:

const chromium = require('chromium-prebuilt')
console.log(chromium)

// for example:
spawn(chromium, ['--headless'])

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i chromium-prebuilt

Weekly Downloads

23

Version

2.0.1

License

MIT

Last publish

Collaborators

  • juliangruber