So I ran across this recently: http://www.nicalis.com/
And I was curious: Is there a way to do this sort of thing with smaller images? I mean, it\'s pixel art, and r
I've gotten this to work for canvas
var canvas = document.getElementById("canvas"), context = canvas.getContext('2d'); context.webkitImageSmoothingEnabled = context.imageSmoothingEnabled = context.mozImageSmoothingEnabled = context.oImageSmoothingEnabled = false;