Update package version to 0.0.12 and modify crossorigin attribute for video element in index.html

This commit is contained in:
2025-12-18 18:14:27 -05:00
parent d514e41a57
commit a537451474
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<div id="app">
<video id="video" style="width: 100vw;height: 100vh;background-color: black;" crossorigin="anonymous" autoplay muted playsinline></video>
<video id="video" style="width: 100vw;height: 100vh;background-color: black;" crossorigin="*" autoplay muted playsinline></video>
<button id="unmute-btn" class="unmute-button">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M11 5L6 9H2v6h4l5 4V5z"></path>