1
0
Fork 0
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:
Fedor Katurov 2019-10-11 12:06:47 +07:00
parent f89a04e644
commit c11e281965
2 changed files with 5 additions and 3 deletions

View file

@ -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);