configuration object for configuring the diffrect aspects of each snowflake
start the animation
resets the flake to the inital position and restart the animation
set the color for each inidividual spec
setColor('red')
setColor('#ff0000')
setColor('rgb(255,0,0)')
Creates new clone of the snowflake svg element
call this and set configurations you need to apply to all snowflakes eg:-
SnowFlake.config({color: white})
will set all snowflakes to white
you can pass any params thats defined in the SnowFlakeConfig
Generated using TypeDoc
pass configuration param to tweek each flake individually
will make two flakes one red and one yellow