Skip to content

Releases: workeffortwaste/gsap-video-export

2.0.2

22 Nov 16:49
Compare
Choose a tag to compare
  • 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

21 Nov 15:11
Compare
Choose a tag to compare
  • 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

20 Nov 16:20
Compare
Choose a tag to compare
  • 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

14 Nov 16:12
Compare
Choose a tag to compare
  • Update packages to include the most recent version of Puppeteer and add support for it.

1.0.3

13 Apr 10:33
Compare
Choose a tag to compare
  • Allow capturing of video from local files

1.0.2

18 Feb 11:15
Compare
Choose a tag to compare
  • Add support for private CodePen URLs

1.0.1

17 Feb 13:52
Compare
Choose a tag to compare
  • 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

17 Feb 10:59
Compare
Choose a tag to compare
  • First public release