deer social fork for personal usage. but you might see a use idk. github mirror

fix some tests i think

aylac.top 9933c2e8 053d6f92

verified
Changed files
+2 -2
__tests__
+2 -2
__tests__/lib/images.test.ts
··· 44 44 width: 100, 45 45 height: 100, 46 46 maxSize: 500000, 47 - mode: 'cover', 48 47 timeout: 10000, 48 + webp: false, 49 49 } 50 50 51 51 const result = await downloadAndResize(opts) ··· 76 76 width: 100, 77 77 height: 100, 78 78 maxSize: 500000, 79 - mode: 'cover', 80 79 timeout: 10000, 80 + webp: false, 81 81 } 82 82 83 83 const result = await downloadAndResize(opts)