omnibrain / svguitar

Create beautiful SVG guitar chord charts
MIT License
660 stars 40 forks source link

Can I just get the xml string of the svg? #87

Open hubingliang opened 2 years ago

hubingliang commented 2 years ago

I want to render inside react native, but there is no actual dom in react native, so I want to render with SVGXML, but it needs xml string of svg

omnibrain commented 2 years ago

The rendering is done with svgjs which requires the DOM... But the rendering is abstracted, so it should be possible to create an entirely new renderer that "natively" renders the chart in React Native.

Unfortunately I don't have any experience with React Native but I'll do some research when I have time to see what I can do to make this library work with React Native.