Cosmic BackgroundWebGL-powered cosmic background with aurora, cosmic, and neon shader variantsbackgroundscosmicwebglshaderthree.jsaurorabackground PreviewCodeCopyimport { CosmicBackground } from "@/components/vritti/cosmic-background"; export function CosmicBackgroundExample() { return ( <CosmicBackground variant="aurora" className="h-[400px] w-full rounded-lg border overflow-hidden" /> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/cosmic-background"Copy Dependencies pnpmnpmyarnbunpnpm add threeCopy