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