mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
successfull howl player
This commit is contained in:
parent
f89a04e644
commit
c11e281965
2 changed files with 5 additions and 3 deletions
|
@ -4,8 +4,7 @@ Howl.prototype.setSrc = function setSrc(src) {
|
|||
this.unload();
|
||||
this._src = src;
|
||||
this.load();
|
||||
this.play();
|
||||
};
|
||||
|
||||
export const Player = new Howl({ src: [''] });
|
||||
|
||||
console.log('PLAYER', Player);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue