We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6427882 commit d5508fbCopy full SHA for d5508fb
app/useWobble3D/Playground.tsx
@@ -17,7 +17,7 @@ import { OrbitControls, Environment } from "@react-three/drei";
17
18
extend({ FxMaterial });
19
20
-const CONFIG: any = {
+const CONFIG: Wobble3DParams = {
21
...structuredClone(WOBBLE3D_PARAMS),
22
color0: new THREE.Color(0x1adb91),
23
color1: new THREE.Color(0xdbff57),
0 commit comments