I need to create some animations using HTML5 canvas. And then need to convert it to video by capturing each frame.
My problem is to run the HTML5/JS code on server side without any client(browser). Is it possible? Can I just run it without actually rendering on a browser and still produce all animations?
TIA