Skip to content

v3.0.0

Compare
Choose a tag to compare
@Quramy Quramy released this 15 Sep 17:00
· 1131 commits to master since this release

Breaking change

Install Puppeteer manually if you need

Since v3.0, Storycap no longer depends on puppeteer NPM package. Instead Storycap uses puppeteer-core package.
You need to exec npm i puppeteer explicitly if you want to use Storycap with puppeteer.

And Storycap v3 searches Chromium executable binary in the following order:

  1. Puppeteer NPM package in node_modules
  2. Local installed canary Chrome
  3. Local installed stable Chrome

And you can set executable Chromium binary file path manually via --chromiumPath CLI option.