nfroidure / svgfont2svgicons

Extract SVG icons from an SVG font
MIT License
15 stars 10 forks source link

Make this module reentrant with the svgicons2svgfont 2.0.0 API #5

Closed nfroidure closed 9 years ago

nfroidure commented 9 years ago

Should be able to do:

fs.createReadStream('myfont.svg')
  .pipe(svgfont2svgicons())
  .pipe(svgicons2svgfont())
  .pipe(svgfont2svgicons())
  .pipe(fs.createReadStream('myfont.svg'))