ISH-Gruppe / screenario

Screenario - The screen for every scenario
https://screenar.io
GNU General Public License v3.0
2 stars 2 forks source link

Refactor whiteboard #98

Open liam-k opened 2 years ago

liam-k commented 2 years ago

The code of whiteboard.js is quite messy – some stuff could and should be extracted into components & there’s some unused code lying around which should either be completed & used (like automatically setting canvas width on resize) or removed. Constants should also be extracted into an enum/settings/data component. Actually, it might be smart to do this for the whole app – WindowManager is way too long as well.