1.6.0 • Published 6 years ago

tiny-puppeteer v1.6.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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"
  }
}
1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago