a real-time animated shader background built with Three.js and GLSL
import AnoAI from "@/components/ui/animated-shader-background"; const DemoOne = () => { return ( <div className="w-full h-screen bg-black"> <AnoAI/> </div> ); }; export { DemoOne };