Newer
Older
pixi.js / src / flip / index.js
@Ivan Popelyshev Ivan Popelyshev on 11 Mar 2016 301 bytes starting flip
/**
 * @file       FLIP
 * @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 = {
    glMat: require('gl-matrix')
};