Fix BlurredBlobCanvas
This commit is contained in:
parent
133409a527
commit
e8530cc991
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue