You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsvg=String.raw;// Serves as a string template tag function that just passes through it's contentsconsticons=[{"a": {"body": svg`<path fill="currentColor" d="..." />`}`
}];
Presently I'm doing fine with a work around of using /* xml */ to tag these stings, but this is far from ideal.
The text was updated successfully, but these errors were encountered:
It'd be helpful for SVG support:
or even better with the form suggested in #31
Presently I'm doing fine with a work around of using
/* xml */
to tag these stings, but this is far from ideal.The text was updated successfully, but these errors were encountered: