transitive-bullshit / puppeteer-lottie

Renders Lottie animations via Puppeteer to image, GIF, or MP4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array of tasks

galipmedia opened this issue · comments

It would be cool if it could accept an array of objects to render so that you do not have to open and close the browser in a loop. I am experiencing high CPU and I am wondering if opening and closing the browser is causing this.

I have clustered it with a queue and its working much smoother now.