frontend for xcvr appview

i don't care

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