I know that I can write my own animations in phaser or other framework and save jpg of that into a file, or use jimp.
https://www.npmjs.com/package/jimp
However, I would like to know if I can use css animation and then save what I see in front-end into a file in my node backend.
Is there a css engine that I can use to achieve this?
What about these? I think all of them do the animation in client side. https://blog.bitsrc.io/11-javascript-animation-libraries-for-2018-9d7ac93a2c59
I don't want to write any code for each css effect (I wrote a lot for a java application and it is still not satisfying)