kevinbarabash / live-proxy

Live reloading for JavaScript + sand boxing.
http://kevinbarabash.github.io/live-proxy/
3 stars 0 forks source link

automatically clear the canvas if there's no draw method or event handlers #21

Closed kevinbarabash closed 8 years ago

kevinbarabash commented 8 years ago

eventually, it would be nice to have two canvases... one for stuff that's drawn in the main body and one for stuff that's added via draw and event handlers.

kevinbarabash commented 8 years ago

Implemented except for the two canvas part in https://github.com/kevinbarabash/live-proxy/commit/f6c653fa5003a45b98363291f436a5da8f03da4b.