2.0.1 • Published 7 years ago

chromium-prebuilt v2.0.1

Weekly downloads
1,587
License
MIT
Repository
github
Last release
7 years ago

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

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago