creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet
at main 469 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="theme-color" content="#000000" /> 7 <title>trill - bsky voice memos</title> 8 </head> 9 <body> 10 <noscript>you need to enable javascript to run this app.</noscript> 11 <div id="root"></div> 12 13 <script src="/src/index.tsx" type="module"></script> 14 </body> 15</html>