Nazariglez/pixi-audio

Doesn't work with PIXI 4.1.0

Opened this issue · 2 comments

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.