flat20·15 anni fa·discussI moved this line out of the for loop which made it slightly faster:var numPixels = options.intensity * Math.pow(options.size, 2);http://jsperf.com/noisy/2
var numPixels = options.intensity * Math.pow(options.size, 2);
http://jsperf.com/noisy/2