alishalisha / canvas-stuff

Messing around with just canvas.
1 stars 0 forks source link

refactor: set defaults #1

Open alishalisha opened 9 years ago

alishalisha commented 9 years ago

refactor blocks of code that hold defaults on init (like curColor, curSize, imageScale, etc.). --> move into an object?

alishalisha commented 9 years ago

this involves moving the settings to an object ie:

canvasDefaults: {
    brushSize: 5,
    color: 'purple',
    imageScale: 1,
    imageStatus: null
}