Newer
Older
pixi.js / src / text / index.js
@Chad Engler Chad Engler on 28 Dec 2014 377 bytes initial move to new module folders
/**
 * @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
 */
module.exports = {
    Text:       require('./Text'),
    BitmapText: require('./BitmapText')
};