How to load this package in Meteor?

It doesn’t seem to work by just downloading the dist and letting it load. I think because of browserify export style. Any recommended approach on how to load this on a Meteor app?

include https://github.com/gajus/swing/blob/master/dist/browser/swing.min.js in tags within a html file.

That actually didn’t work…

Actually, yeah, I had to load the source and figure out the namespace. It’s to gajus.Swing instead of just Swing

@dfischer did you manage to catch the “stack.on” events of the swing library in Meteor? If so, I’d be much obliged to hear how you did that :smile: