jimp-dev/jimp

How to align with percentages in cover and contain?

Open

#740 建立於 2019年5月20日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)JavaScript (785 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (13,218 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Expected Behavior

I want to align an image as I would in browser with following css:

object-fit: cover;
object-position: center 20%;

Current Behavior

cover() only excepts alignBits

貢獻者指南