Skip to content

Commit

Permalink
Feat englishm#10: Added web component code replicating UI work so far…
Browse files Browse the repository at this point in the history
… in plain JS
  • Loading branch information
santipuppoQualabs committed Dec 9, 2024
1 parent a8ed3c2 commit 20dffae
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 93 deletions.
6 changes: 5 additions & 1 deletion web_component_demo/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
<body>
<script type="module" src="/src/main.ts"></script>

<h1>Web Component Example</h1>
<!-- Using the custom player component -->
<player-component
src="https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4"
src="https://localhost:4443"
fingerprint="https://localhost:4443/fingerprint"
namespace="bbb"
controls="true"
></player-component>
</body>
</html>
Loading

0 comments on commit 20dffae

Please sign in to comment.