feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Adds exportScreen() function #98

Closed 316k closed 8 years ago

316k commented 8 years ago

cb.screenPixels now keeps track of color objects passed to setPixel in an array (cb.screenPixels.pixels) instead of directly setting the background-color in the table of pixels.