Releases: workeffortwaste/gsap-video-export
Releases · workeffortwaste/gsap-video-export
2.0.2
- When used an ESM module the additional script can now be passed as a function, as well as string pointing to an external .js file.
Full Changelog: 2.0.1...2.0.2
2.0.1
- Fixed an issue that was causing blocked access to public codepen URLs.
- Support for videos with alpha transparency.
- Improved clean up of temporary files.
Full Changelog: 2.0.0...2.0.1
2.0.0
- ESM module support.
- Puppeteer updated to the latest version, and puppeteer-stealth has been swapped for rebrowser-puppeteer for better bot detection avoidance.
- Added support for timeweb frame advancement to allow for capturing of elements animated outside of the GSAP timeline.
- Optionally use the system installed version of Chrome for future compatibility.
- Optionally disable headless mode for debugging.
- Supply your own cookie JSON file to bypass cookie pop-ups and authentication.
Full Changelog: 1.0.4...2.0.0
1.0.4
- Update packages to include the most recent version of Puppeteer and add support for it.
1.0.3
- Allow capturing of video from local files
1.0.2
- Add support for private CodePen URLs
1.0.1
- Add
--info
-i
flag to return the animation information without triggering an export and render - Add
--frame-start
and--frame-end
to specify when you want the recording to begin and finish - Add elapsed time for export
- Add elapsed time for render
1.0.0
- First public release