jimp icon indicating copy to clipboard operation
jimp copied to clipboard

How to align with percentages in cover and contain?

Open sokolandia opened this issue 5 years ago • 0 comments

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

sokolandia avatar May 20 '19 16:05 sokolandia