Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 641 Bytes

File metadata and controls

25 lines (15 loc) · 641 Bytes

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