tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
i don't care
moth11.net
6 months ago
6bda9ee9
2f48d247
-3
1 changed file
expand all
collapse all
unified
split
src
lib
components
Transmitter.svelte
-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;
0
0
0
80
const image: Image = {
81
type: "image",
82
id: 0,