tiny-puppeteer

1.6.0 • Public • Published

Tiny puppeteer

Install puppeteer fast

install

yarn add tiny-puppeteer

or

npm install tiny-puppeteer

Usage

const {launch} = require("tiny-puppeteer");
const browser = await launch({
  headless: false,
  // executablePath: default is use chrome path
});

Warn

  • You should had install chrome, because the executablePath depends chrome
{
  "name": "tiny-puppeteer",
  "description": "Install puppeteer faster",
  "version": "1.6.0",
  "main": "index.js",
  "license": "MIT",
  "repository": "github:suhaotian/tiny-puppeteer",
  "dependencies": {
    "puppeteer-core": "^1.9.0"
  }
}
 

Readme

Keywords

none

Package Sidebar

Install

npm i tiny-puppeteer

Weekly Downloads

3

Version

1.6.0

License

MIT

Unpacked Size

8.79 kB

Total Files

7

Last publish

Collaborators

  • suhaotian