Skip to content

Instantly share code, notes, and snippets.

@mattlundstrom
Created October 28, 2015 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattlundstrom/cb962ae3f5b6d31d36b6 to your computer and use it in GitHub Desktop.
Save mattlundstrom/cb962ae3f5b6d31d36b6 to your computer and use it in GitHub Desktop.
JS Canvas Noise
<body onload=setInterval('for(r.width=j=150,i=j*j;--i;)r.getContext(\'2d\').fillRect(i%j,i/j,1,Math.random())',9)><canvas id=r>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment