You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #74 shows how to encapsulate 2 tools. The same pattern should work for all tools that only require a click handler: bezier2polygon, delete, etc.
currently, all the main code is in one enormous file called
basic idea for the structure:
into main parts:
1: view
2: paint
and the paint tools
and the paint tools all separately
3: database
4: project handling
5: maybe a user page
6 backend
save tool will interact with database but also with the others --> using jquery extend to create one big object
The text was updated successfully, but these errors were encountered: