I got a graphic design that was created using JavaScript / Html5 Canvas.
Take a look here: http://yeda.us/js/logos.js
now, I have to provide the graphic element to the graphic designer in some format that he can work with: in photoshop format or in Illustrator format.
Now, of course, I can take a screenshot and start working from there, but I need this graphics in vector format, which I could use later more reliably.
Is there a way to convert the above code into graphics? maybe somehow convert it to SVG?
source share