mstange / svgspritesheet

Converts a bodymovin animation to an SVG sprite sheet
Mozilla Public License 2.0
2 stars 4 forks source link

Should be able to be invoked from the command line and output to a file #7

Open mstange opened 7 years ago

mstange commented 7 years ago

I have no idea how to do this because the script requires a browser environment with a DOM.

mstange commented 7 years ago

https://github.com/tmpvar/jsdom/ might get us most of the way there, but it doesn't support XMLSerializer yet. https://github.com/tmpvar/jsdom/issues/1368