xperiments/svg2ts

Programmatically API

lndgalante opened this issue · 0 comments

Hi @xperiments are you thinking on a programmatically API for svg2ts? or is there any way to use it like that?

something like:

const svg = `<svg>...</svg>`;
const component = svg2ts(svg);