Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 769 Bytes

StartOptions.md

File metadata and controls

18 lines (16 loc) · 769 Bytes

puppeteer-mass-screenshots - start options

everyNthFrame (Integer, default: 1)

How many frames to ignore befor taking the next screenshots

the more frames we ignore, the less screenshots we will have

### format (String, default: 'jpeg')

Configure the saved images formats

Allowed fomats: 'jpeg' or 'png'

### quality (Integer, default: 100)

Sets the saved images quality

any number between 1 (the lowest) and 100 (the highest) is allowed

### maxWidth (Integer, default: 1920)

Sets the maximum width size can be taken by screenshots

### maxHeight (Integer, default: 1080)

Set the maximum height size can be taken by screenshots

basic usage

See our main page