English | 🇨🇳中文
Visit r3l.sunquakes.com.
pnpm i threepnpm i react-three-lite- Import the desired components from
react-three-liteinmain.js.
import { Scene } from 'react-three-lite'
function App() {
return <Scene style={{ width: '100%', height: '300px' }} />
}