I'm eager to incorporate Drag and Drop functionality into my Angular project with the help of the angular-dragula module (https://github.com/bevacqua/angular-dragula). However, it appears that this module heavily relies on RequireJS. My experience with RequireJS is limited to just a few sample applications in the past. Is there a simple way to disentangle RequireJS from this module?
The creator seems to believe that it's a straightforward process (https://github.com/bevacqua/angular-dragula/issues/23), and has dismissed similar queries without providing a clear explanation. As I analyze the code, I can't seem to figure out how to integrate the module without introducing RequireJS to my project (which I prefer not to do). Do I have no choice but to forego using this module or compromise by adding Require, or is there a method to utilize it without Require?