eveninglily / drawingapp

Drawing Webapp. This code is an older version of the software at amidraw.com
GNU General Public License v2.0
0 stars 0 forks source link

Module System #42

Open eveninglily opened 9 years ago

eveninglily commented 9 years ago

Split some of the features into 'modules' to be loaded, hopefully improving performance and cleaning the code some.

Example module would be revision, which would contain undo(), redo(), updateCanvas(), and a few methods/variables to access what is currently the changes[] array.