transitive-bullshit / puppeteer-lottie

Renders Lottie animations via Puppeteer to image, GIF, or MP4.
359 stars 71 forks source link

Add a progress callback #46

Closed UnTraDe closed 3 years ago

UnTraDe commented 3 years ago

Adds an optional progress callback in the opts object, it is called with the parameters "frame" and "numFrames" after each screenshot is taken.

transitive-bullshit commented 3 years ago

Thanks @UnTraDe