first commit
This commit is contained in:
6
node_modules/lottie-web/player/js/utils/audio/AudioElement.js
generated
vendored
Normal file
6
node_modules/lottie-web/player/js/utils/audio/AudioElement.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// TODO: fix Overwrite
|
||||
function AudioElement(data) {
|
||||
this.audioData = data;
|
||||
}
|
||||
|
||||
export default AudioElement;
|
Reference in New Issue
Block a user