Newer
Older
pixi.js / src / text / index.js
@Chad Engler Chad Engler on 24 Feb 2015 382 bytes massive jsdoc fixes
/**
 * @file        Main export of the PIXI text 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.text
 */
module.exports = {
    Text:       require('./Text'),
    BitmapText: require('./BitmapText')
};