raimad.export_svg
def export_svg(compo: 'rai.typing.CompoLike') -> str:
Make an SVG representation of a component.
Parameters
comporai.typing.CompoLike
Component (or Proxy pointing to a component) to export to svg.
Returns
str
A string containing the SVG image.