jakearchibald / svgomg

Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
MIT License
5.76k stars 476 forks source link

Suggest New Feature: Export SVG as Vue template #362

Open Graxi opened 2 years ago

Graxi commented 2 years ago

Currently I'm using svgomg to optimize/compress svg before making them into Vue template as an icon. I think it may be useful and handy if I can directly download a Vue template which contains the svg.

Perturbatio commented 2 years ago

Since the aim of this project is to provide a UI for SVGO, that seems like it might be out of the scope of this project (although potentially handy for vue devs)

You could always use something like: https://github.com/visualfanatic/svg-to-vue to do this though