FunctionInfinity({
size = 55,
color = 'black',
speed = 1.3,
stroke = 4,
strokeLength = 0.15,
bgOpacity = 0.1,
})
src/react/Infinity.tsx:13
FunctionLineWobble({
size = 80,
color = 'black',
speed = 1.75,
stroke = 5,
bgOpacity = 0.1,
})
src/react/LineWobble.tsx:11
FunctionReuleaux({
size = 37,
color = 'black',
speed = 0.9,
stroke = 5,
strokeLength = 0.15,
bgOpacity = 0.1,
})
src/react/Reuleaux.tsx:13
FunctionSquircle({
size = 37,
color = 'black',
speed = 0.9,
stroke = 5,
strokeLength = 0.15,
bgOpacity = 0.1,
})
src/react/Squircle.tsx:13