cahilfoley/react-snowfall

cannot resize the particles

Closed this issue · 1 comments

cannot resize the particles

You can pass in a minimum and maximum size (in pixels) as a tuple using the radius property like this

<Snowfall radius={[2, 5]} />