You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
Follow-up of #40
Thanks to 8c1f8e2, the generation is running through now but the icon is cut off when height > width.
It'd be ideal to termine whether height > width, then running sharp(input).resize(undefined, Math.floor(size)) and else running ``sharp(input).resize(Math.floor(size))`
Result with current state:
Result with (harcoded) patch:
The text was updated successfully, but these errors were encountered:
Follow-up of #40
Thanks to 8c1f8e2, the generation is running through now but the icon is cut off when height > width.
It'd be ideal to termine whether height > width, then running
sharp(input).resize(undefined, Math.floor(size))
and else running ``sharp(input).resize(Math.floor(size))`Result with current state:
Result with (harcoded) patch:
The text was updated successfully, but these errors were encountered: