Hacker News new | ask | show | jobs
Show HN: Mobile image cropping that doesn't suck (github.com)
6 points by blazing_grey 4420 days ago
1 comments

doesn't look like it does ellipses? I had looked into doing something similar for faces but needed to use ellipses.
It does indeed do ellipses - just pass a falsey value for forceAspect in the constructor options and it will let you select an arbitrary ellipse. You can also pass a float value for forceAspect to get that aspect ratio (e.g. 1.777 = = 16:9 TV screen).