Circular Gallery3D circular image gallery with WebGL rendering, smooth scrolling, and curved layout effects using OGL.npmbunpnpmCopied to clipboardnpm install bynanauiRefreshOpen in Copy Usage import CircularGallery from "@/components/bynanaui/circular-gallery"; <div style={{ height: '600px', position: 'relative' }}> <CircularGallery bend={3} textColor="#ffffff" borderRadius={0.05} /> </div>