w0rm / gulp-svgstore

Combine svg files into one with symbol elements
https://www.npmjs.com/package/gulp-svgstore
645 stars 33 forks source link

Change path id's to classes #68

Closed richardwiggins closed 8 years ago

richardwiggins commented 8 years ago

Hey, I'm pretty new to all this but is there a way to run through and change any the id's on paths to classes?

Or is this a job for svgmin?

w0rm commented 8 years ago

I guess you can use gulp-cheerio to pipe files through it and apply necessary modifications. its like jquery but in node