Newer
Older
pixi.js / src / extras / index.js
@Chad Engler Chad Engler on 27 Sep 2016 389 bytes Huge refactor to match a new shiny eslint file.
/**
 * @namespace PIXI.extras
 */
export { default as MovieClip } from './MovieClip';
export { default as TilingSprite } from './TilingSprite';
export { default as BitmapText } from './BitmapText';

export { default as cacheAsBitmap } from './cacheAsBitmap';
export { default as getChildByName } from './getChildByName';
export { default as getGlobalPosition } from './getGlobalPosition';