ReferenceComponents<rawimage><rawimage> creates an rawimage component. App.jsstyles.cssApp.js Resetimport { useState, useEffect } from 'react'; export default function App() { return ( <rawimage style={{ height: 300 }} source='https://picsum.photos/200' /> ); }; Show Preview Properties source: Source of the image. Can be a url, the Texture2D object or the Sprite object. PrevioushtmlNextscript