Newer
Older
pixi.js / src / spine / index.js
@Chad Engler Chad Engler on 22 Jan 2015 381 bytes starting to integrate new loader system
/**
 * @file        Main export of the PIXI spine library
 * @author      Mat Groves <mat@goodboydigital.com>
 * @copyright   2013-2015 GoodBoyDigital
 * @license     {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
 */

/**
 * @namespace PIXI
 */
module.exports = {
    Spine:      require('./Spine'),
    runtime:    require('./SpineRuntime')
};