Skip to content

mubaidr/rainyday.js

 
 

Repository files navigation

RainyDay.js

npm version

A simple script for simulating raindrops falling on a glass surface.

Project Page

How to use

Just add script to page and initilize RainyDay.js

new RainyDay({
  image: img // [Required][Image Id or Image element itself, Id of Element having background Image or Element itself]
})

Documentation