zumerlab / zumly

Zumly is a JS library for building zooming user interfaces
MIT License
57 stars 9 forks source link

Separate Event Handling #12

Open tinchox5 opened 1 month ago

tinchox5 commented 1 month ago

Separate event handling from the main codebase to improve the organization and maintainability of the project.

Objective: Modularize the code for easier debugging and extension of functionalities.

tinchox5 commented 3 days ago

We did some optimizations to reduce some methods complexity.