Newer
Older
pixi.js / bundles / pixi.js-legacy / src / index.js
@Matt Karl Matt Karl on 19 Nov 2017 188 bytes Decouple Canvas Functionality (v5) (#4429)
export * from './PIXI';
import * as PIXI from './PIXI';

if (typeof window !== 'undefined')
{
    window.PIXI = PIXI;
}

import deprecated from 'pixi.js/src/deprecated';
deprecated(PIXI);