Components
Loading preview...
a real-time animated shader background built with Three.js and GLSL
npx shadcn@latest add https://21st.dev/r/minhxthanh/animated-shader-backgroundimport AnoAI from "@/components/ui/animated-shader-background";
const DemoOne = () => {
return (
<div className="w-full h-screen bg-black">
<AnoAI/>
</div>
);
};
export { DemoOne };