jimp-dev/jimp

How to align with percentages in cover and contain?

オープン

#740 opened on 2019/05/20

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)JavaScript (785 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (13,218 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド