GradFlow helps you make WebGL-based Animated Gradients
For React. I asked Mr. Claude to turn it into a standalone ES Module and saved it here (minified).
// Sample invocation
import { createGradFlow } from "gradFlow.min.js";
createGradFlow("#gradient", {
config: {
type: "mesh",
preset: "dream",
speed: 2.0,
color1: "#facb55",
color2: "#111",
color3: "#336699",
},
});
