frontend for xcvr appview

i don't care

-3
-3
src/lib/components/Transmitter.svelte
··· 77 77 const blobUrl = URL.createObjectURL(blob); 78 78 const img = document.createElement("img"); 79 79 img.src = blobUrl; 80 - img.onload = () => { 81 - URL.revokeObjectURL(blobUrl); 82 - }; 83 80 const image: Image = { 84 81 type: "image", 85 82 id: 0,