tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
fork
atom
overview
issues
27
pulls
pipelines
scale up preview res
awarm.space
8 months ago
759914b1
6fc5e125
+1
-1
1 changed file
expand all
collapse all
unified
split
app
[leaflet_id]
publish
publishBskyPost.ts
+1
-1
app/[leaflet_id]/publish/publishBskyPost.ts
···
36
36
let binary = await preview_image.blob();
37
37
let resized_preview_image = await sharp(await binary.arrayBuffer())
38
38
.resize({
39
39
-
width: 514,
39
39
+
width: 1024,
40
40
fit: "cover",
41
41
})
42
42
.toBuffer();