This commit is contained in:
qingwei.li 2016-12-25 20:59:08 +08:00
parent 0e615abbdc
commit aa3121eca2

View File

@ -1,5 +1,6 @@
// Fork https://github.com/HermannBjorgvin/SnowJs/blob/master/snow.js
(function(){
if (new Date().getDate() > 25) return
var canvas = document.createElement("canvas");
var ctx = canvas.getContext("2d");
var flakeArray = [];