UNPKG
@pixi/animate
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
PIXI plugin for the PixiAnimate Extension
github.com/pixijs/animate
pixijs/animate
@pixi/animate
/
lib
/
animate
/
sound.mjs
7 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
EventEmitter
}
from
'@pixi/utils'
;
const
sound =
new
EventEmitter
();
export
{ sound };
//# sourceMappingURL=sound.mjs.map