Open alexolliveira opened 2 years ago
From what I can tell, Croppie ceased to be actively developed in 2018. There have only been minor bug fixes by other developers since then. But it's worked fine for my application so I haven't seen the need to the look for something else.
If you look at the commit list, it's mostly @thedustinsmith with a handful of other contributions, probably when someone needed something it didn't already do.
I wouldn't hold my breath for any updates unless something that affects existing usage breaks.
Duplicate of #716
I created a simplified fork named Cropt which is written in TypeScript, has higher quality image scaling, and resolves numerous issues: https://devtheorem.github.io/cropt/
@theodorejb Wishing your fork supported rectangle. Every image I need to crop is a rectangle, but you only support square.
@bret-miller It does support rectangles. The cropped image can be a square or rectangle depending on the viewport dimensions you set.
Update?