Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.55k stars 886 forks source link

update? #775

Open alexolliveira opened 2 years ago

alexolliveira commented 2 years ago

Update?

bret-miller commented 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.

theodorejb commented 8 months ago

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://theodorejb.github.io/cropt/

bret-miller commented 4 months ago

@theodorejb Wishing your fork supported rectangle. Every image I need to crop is a rectangle, but you only support square.

theodorejb commented 4 months ago

@bret-miller It does support rectangles. The cropped image can be a square or rectangle depending on the viewport dimensions you set.