Plugin for using LWF(https://github.com/gree/lwf) with enchant.js
enchant.js v0.5.2(enchant.js v0.6.0 does not supported now)
Please see the example.
var lwf = new enchant.lwf.LWFEntity('animation.lwf', 'prefix/animation.lwf/');
lwf.load();
game.rootScene.addChild(lwf)
MIT License