1
0
Fork 0

Fix BlurredBlobCanvas

This commit is contained in:
Moritz Ruth 2021-08-07 16:31:56 +02:00
parent 133409a527
commit e8530cc991
No known key found for this signature in database
GPG key ID: AFD57E23E753841B

View file

@ -58,7 +58,7 @@
extraPoints: props.points - 3,
randomness: props.randomness,
seed: Math.random(),
size: (props.size / 3) * 2
size: props.size
})
const getRandomOpacity = () => props.minimumOpacity + (Math.random() * props.opacityVariation)