DEV Community

Discussion on: Screen Recording in 10 lines of Vanilla JS

Collapse
 
prosper90 profile image
Prosper90

Hello,
I am looking for a way to record an svg animation in a div assign it to a blob and set a video src to the blob's url then download this animation as an mp4 format.
Do you think this could work and if so how do I approach it
Thanks