<rawimage>
<rawimage> creates an rawimage component.
import { useState, useEffect } from 'react'; export default function App() { return ( <rawimage style={{ height: 300 }} source='https://picsum.photos/200' /> ); };
Properties
- source: Source of the image. Can be a url, the
Texture2Dobject or theSpriteobject.