Expand description
Code generation from SVG: React JSX/TSX, Vue 3 components, and CSS Data URIs.
Functions§
- svg_
to_ data_ uri - Converts SVG bytes to a base64 Data URI string.
- svg_
to_ html - Wraps SVG bytes in a standalone, responsive HTML5 viewer document.
- svg_
to_ jsx - Converts SVG bytes to a React JSX or TSX component.
- svg_
to_ path_ data - Extracts raw SVG path definition data (
d="...") from SVG bytes. - svg_
to_ svelte - Converts SVG bytes to a Svelte 3/4/5 icon component.
- svg_
to_ vue - Converts SVG bytes to a Vue 3 SFC component.