Skip to content

Commit

Permalink
Migrate to simple-peer
Browse files Browse the repository at this point in the history
  • Loading branch information
gfodor committed Jul 28, 2022
1 parent 50c9de6 commit 70f7daf
Show file tree
Hide file tree
Showing 5 changed files with 4,140 additions and 632 deletions.
6 changes: 6 additions & 0 deletions examples/test/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<html>
<head>
<script type="module" src="index.js"></script>
<style>
#peers div { padding: 8px; font-size: 24px; }
#client { font-size: 28 }
</style>
</head>
<body style="display: flex; flex-direction: column;">
<div id="peers" style="display: flex; flex-direction: column;">
</div>
</body>
</html>
Loading

0 comments on commit 70f7daf

Please sign in to comment.