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.js
9 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
var
utils =
require
(
'@pixi/utils'
);
const
sound =
new
utils.
EventEmitter
();
exports
.
sound
= sound;
//# sourceMappingURL=sound.js.map