Skip to content

Commit

Permalink
Remove controls from viewer side
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Oct 24, 2024
1 parent 4bb331e commit 3cc52b8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
</head>

<body>
<button id="button">Render</button>
<select name="talks" id="talks">
</select>
<select name="what" id="what">
<option value="intro">intro</option>
<option value="outro">outro</option>
<option value="pause">pause</option>
</select>
<br /><h1>Title</h1>
<canvas id="canvas" height="1080" width="1920"></canvas>
<video autoplay controls download id="video"></video>

Expand Down Expand Up @@ -64,7 +55,7 @@
});
});


var fontReadyP = (new FontFace('oxanium', 'url(https://2024.nixcon.org/fonts/oxanium-bold.woff2) format(woff2)').load().then((f) => {
console.log('font loaded');
document.fonts.add(f);
Expand Down

0 comments on commit 3cc52b8

Please sign in to comment.