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

Made by Antonio Ramirez

chromium-prebuilt

2.0.1

@juliangruber

npmHomeRepoSnykSocket
Downloads:2
$ npm install chromium-prebuilt
DailyWeeklyMonthlyYearly

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