Skip to content

1.1.0

Compare
Choose a tag to compare
@workeffortwaste workeffortwaste released this 21 Oct 10:26
  • A cookie file can now be attached (in the Puppeteer JSON format). This is useful if you need to disable a deliberate pop-up such as a GDPR warning. Thanks @adamread for the pull request for this.
layout-shift-gif --url https://blacklivesmatter.com/ --cookies cookie_file.json
  • The device viewport width and/or height can be overridden if you wish to generate a gif of different device sizes, or entire pages.
layout-shift-gif --url https://blacklivesmatter.com/ --width 1920 --height 3000
  • Now available on npm.
npm install -g layout-shift-gif