Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 317 Bytes

resolution-checker

Creates screenshots of your website in multiple resolutions, using puppeteer

How to use

  1. Clone the repo
  2. npm i
  3. Add the relevant resolutions to the Sizes section in the config.json
  4. Add the relevant URL to check in the config.json file
  5. npm start
  6. Checkout the shots directory :)