pixi-audio icon indicating copy to clipboard operation
pixi-audio copied to clipboard

Doesn't work with PIXI 4.1.0

Open hendrysadrak opened this issue 8 years ago • 2 comments

image image

hendrysadrak avatar Oct 20 '16 09:10 hendrysadrak

Temporary fix i'm using PIXI[ "default" ] = PIXI; before loading pixi-audio.

hendrysadrak avatar Oct 20 '16 09:10 hendrysadrak

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.

ghost avatar Mar 12 '17 10:03 ghost