Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0059175 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
battesonb committed Dec 10, 2023
0 parents commit 8d06418
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Empty file added .gitkeep
Empty file.
1 change: 1 addition & 0 deletions assets/index-52a34086.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index-8bf9c0d5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/topcodes_wasm_bg-8d5f85f8.wasm
Binary file not shown.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TopCodes WASM example</title>
<script type="module" crossorigin src="/topcodes-wasm-rs/assets/index-52a34086.js"></script>
<link rel="stylesheet" href="/topcodes-wasm-rs/assets/index-8bf9c0d5.css">
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<div class="video-container">
<video width="640px" height="480px"></video>
<canvas id="annotation-canvas" width="640px" height="480px"></canvas>
<canvas style="display: none;" id="video-canvas" width="640px" height="480px"></canvas>
</div>
<div id="statistics">-</div>

</body>
</html>

0 comments on commit 8d06418

Please sign in to comment.