jimp-dev/jimp

How to align with percentages in cover and contain?

Open

#740 opened on 2019年5月20日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)JavaScript (785 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (13,218 stars)
PR merge metrics
 (30d に merged 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

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