shrpne / vue-inline-svg

Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
MIT License
175 stars 21 forks source link

Correct TypeScript definition for transformSource #50

Closed tjveldhuizen closed 1 year ago

tjveldhuizen commented 1 year ago

The transformSource options requires and provides an SVGElement, not a string, as far as I understand

shrpne commented 1 year ago

Thank you!