SamuelScheit / puppeteer-stream

A Library for puppeteer to retrieve audio and/or video streams
MIT License
335 stars 105 forks source link

defaultViewport setting #23

Closed xerosanyam closed 2 years ago

xerosanyam commented 2 years ago

Do not use defaultViewport parameter, because

  1. It doesn't resize the window correctly. The correct syntax is width,height it uses widthxheight
  2. It neither sets the viewPort value correctly.
SamuelScheit commented 2 years ago

resolved with #32