GAF on Cocos Creator?

Im trying to use GAF (gafmedia.com) with cocos creator and, as is not documentation, I’m following Cocos2D-JS or HTML5 tutorials. Until now, I think and animation can be instantiated like this:

var myAsset = gaf.GAFAsset.create(res.love_gaf);
var myAnimation = myAsset.createObjectAndRun();
this.addChild(myAnimation, 100);
myAnimation.setPosition(size.width / 2, size.height / 2);

Nevertheless, I need first to include the GAF library somewhere. And I see no way to do it on Cocos Creator.

Do you have any solution??

My game need to play GAF animation, too!!

Thanks