Curated and customizable 3d gradient package, in modern design tools and React.
yarn add shadergradient
```tsx
import React from "react";
import { LCanvas, Gradient } from "shadergradient";
import * as reactSpring from "@react-spring/three";
import * as drei from "@react-three/drei";
import * as fiber from "@react-three/fiber";
function App() {
return (
<LCanvas
importedFiber={{ ...fiber, ...drei, ...reactSpring }}
style={{
position: "absolute",
top: 0,
}}
>
<Gradient cDistance={32} cPolarAngle={125} />
</LCanvas>
);
}
yarn install && yarn bootstrap
yarn start
example-cra (like next-transpile-modules does on the example-nextjs)$ claude mcp add shadergradient \
-- python -m otcore.mcp_server <graph>