music video renderer web app deftoku.digi.rip
audio visualizer webapp
1

Configure Feed

Select the types of activity you want to include in your feed.

index: changed script source to dist.js, added id to canvas

digi.rip (Jun 19, 2026, 9:18 AM EDT) 593b316a b50d8e21

+2 -3
+2 -3
index.html
··· 20 20 /> 21 21 <meta name="apple-mobile-web-app-title" content="deftoku" /> 22 22 <link rel="manifest" href="/assets/site.webmanifest" /> 23 - <script type="module" src="/dist/bars.js"></script 23 + <script type="module" src="/dist/dist.js"></script> 24 24 </head> 25 25 26 26 <body> ··· 40 40 <option value="bars">bars</option> 41 41 </select> 42 42 </div> 43 - <canvas width="1920" height="1080"></canvas> 43 + <canvas id="canvas" width="1920" height="1080"></canvas> 44 44 <div class="bar bottom-bar"> 45 - <!--<input type="file" />--> 46 45 <button type="button">import audio</button> 47 46 <button type="button">export video</button> 48 47 </div>