glodrei
Version:
useful add-ons for react-three-fiber
15 lines (10 loc) • 346 B
text/mdx
title: Svg
sourcecode: src/core/Svg.tsx
[](https://drei.pmnd.rs/?path=/story/abstractions-svg--svg-st)
Wrapper around the `three` [svg loader](https://threejs.org/examples/?q=sv#webgl_loader_svg) demo.
Accepts an SVG url or svg raw data.
```js
<Svg src={urlOrRawSvgString} />
```