-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
My jsmediatag dowbload: https://github.com/aadsm/jsmediatags/blob/master/dist/jsmediatags.min.js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script src="./jsmediatags.min.js"></script>
<script>
// var jsmediatags = require("jsmediatags");
var jsmediatags = window.jsmediatags;
jsmediatags.read("a.mp3", {
onSuccess: function (tag) {
console.log(tag);
},
onError: function (error) {
console.log(error);
}
});
</script>
</body>
</html>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels