Components
An interactive shader with black and white gradient waves, mouse-responsive animations, and canvas noise texture overlay for modern visual effects.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/old-television-shaderLoading preview...
import PolishedShader from "@/components/ui/old-television-shader"
export default function Home() {
return <PolishedShader />
}