v3.0.0
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:
- Puppeteer NPM package in
node_modules
- Local installed canary Chrome
- Local installed stable Chrome
And you can set executable Chromium binary file path manually via --chromiumPath
CLI option.