Newer
Older
pixi.js / src / primitives / index.js
@Chad Engler Chad Engler on 28 Dec 2014 397 bytes initial move to new module folders
/**
 * @file        Main export of the PIXI primitives 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 = {
    Graphics:       require('./Graphics'),
    GraphicsData:   require('./GraphicsData')
};