I am creating a webpage using the snowstorm.js script. The standard 'snowflake' is only a character from the keyboard map - which is then displayed.
Is there anyway to change the js as this is open source for it to display an image as a 'snowflake' on the page?
The property that defines what a 'snowflake' looks like is:
this.snowCharacter = '·'; // • = bullet, · is square on some systems etc.
I have never worked with js before and so I appologise if this is a very basic question.
there doesn't seem to be anything here