I've created an web app that client can upload an svg file, the app will create a progressive draw animation from that file, and then create a downloadable video from that animation.
I'm using Progressive Draw - SVG for the progressive draw animation.
Are there any ways to convert this to an video file or just record this in the screen to render a video file? I was using RecordRTC to record the animation but it seems that this can't record the SVG format as the video is all blank.
Any suggestion? Thanks in advance!