Fullscreen WebGL nebula shader with layered fBm clouds, sparse starfield, and smooth animated color cores
import ShaderComponent from "@/components/ui/deep-sky-canvas"; export default function App() { return ( <div style={{ margin: 0, padding: 0, overflow: 'hidden', height: '100vh', backgroundColor: '#000' }}> <ShaderComponent /> </div> ); }