cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Allow user to opt for rounded bounds for selection #14

Closed cstefanache closed 8 years ago

gfranco93 commented 8 years ago

I'm working on it.

Do yo mean something like this? screenshot_20160614_160401

cstefanache commented 8 years ago

I was thinking about something like this: (might need some changes on Bounds) image

Mihai-B commented 8 years ago

@cstefanache : Please don't change this component like this. You are basically changing the way it works, and for me at least, I will not be able to use the cropper in my project. So it is either supporting both ways, or keep the old square functionality.

Please let me know of your decision, so I know what to expect for the future.

Edit: Now I see the title. If it is an option then I guess it is ok. I panicked a little when I saw the picture and forgot to read more carefully the title :D

cstefanache commented 8 years ago

No worries ... the component will not change the initial functionality. It will be added as an option.

cstefanache commented 8 years ago

hello @Mihai-B i've just released 0.4.2 and removed all .ts files from the published package. please check the readme.md file (or plnkr) for js usage (if you used .ts files before)

Mihai-B commented 8 years ago

Ok. Thnx for the heads up