Hi I trying to organize my code by using requirejs, but I need to use a library that uses google-closure-compiler, the library is box2djs and you can get it from
https://github.com/leonidax/pl.git
I found that the code calls functions such as goog.require()
Hoy can I use this library by using RequireJS?