a tool for shared writing and social publishing

scale up preview res

+1 -1
+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 - width: 514, 39 + width: 1024, 40 40 fit: "cover", 41 41 }) 42 42 .toBuffer();