Newer
Older
pixi.js / src / spine / index.js
@Chad Engler Chad Engler on 24 Feb 2015 387 bytes massive jsdoc fixes
/**
 * @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.spine
 */
module.exports = {
    Spine:      require('./Spine'),
    runtime:    require('./SpineRuntime')
};