pixi-audio
pixi-audio copied to clipboard
Doesn't work with PIXI 4.1.0
Temporary fix i'm using PIXI[ "default" ] = PIXI;
before loading pixi-audio.
You can replace import PIXI from 'pixi.js';
by import 'pixi.js';
in both Audio.js
and index.js
, then build again, that should work.