Skip to content

Commit

Permalink
Update player.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 16, 2024
1 parent 95dfbf3 commit 34119a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class Player {
const reader = new FileReader();
reader.onload = () => {
const dataURL = reader.result as string;
console.log(dataURL)
resolve(dataURL);
};
reader.onerror = reject;
Expand Down

0 comments on commit 34119a9

Please sign in to comment.