svgdom
svgdom copied to clipboard
High level use case
Could you please explain the high level use case on the top of the readme.
I am (and maybe others which are not familiar with the details yet) very curious why you want to do this.
Well, the question is, why you would run a Dom library on the server. Maybe for testing? For generating svg files? Who knows.
But generally speaking if you don't see the use case of a library the library might not be what you are searching for ;)
Testing and SVG generation are good examples. Why not provide a "Why?" section for new comers?
Personally, I am building tools for our asset pipeline. Such as automatically extracting sub-SVGs by ID into their own file together with positioning information, etc.