Releases: workeffortwaste/layout-shift-gif
Releases · workeffortwaste/layout-shift-gif
1.3.1
1.3.0
- Update to Chromium 99.0
- Evade bot detection
- Add README.md
- Move from CommonJS to ES Modules
- Better temporary image handling
1.2.0
Now uses the updated maximum session window metric for CLS.
1.1.5
- Update to Chromium 90
1.1.3
- Ignore HTTPS errors. Allowing people to use the CLI tool with their own self-signed certificates.
1.1.1
- Fixed an issue where the image was repeated when using a custom height with the device set as mobile.
1.1.0
- 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
1.0.0
Create package.json