outer-web / image-library

MIT License
6 stars 0 forks source link

Ability to crop images when upload #5

Open tungnguyenls2008 opened 2 months ago

tungnguyenls2008 commented 2 months ago

Hi Outer-web, brilliant package, bravo to you and the team! i fall in love with this right when i know there's a library to manage all the images. it would be nice though, if user can have the full functionality of the image editor when doing upload, like the FileUpload provides: `Forms\Components\FileUpload::make('project_common_img')->label('Hình ảnh Công trình') ->image()->imageEditor()->maxSize(2048) ->imageEditorViewportWidth('1920') ->imageEditorViewportHeight('1080') ->downloadable()->columnSpan(1) ->multiple() ->imageEditorAspectRatios([ null, '16:9', '4:3', '1:1', ]) ->openable()->panelAspectRatio('1:1')

                        ]),`

like this: image i'm forever grateful and waiting for the awesome updates!

SimonBroekaert commented 2 months ago

Hi @tungnguyenls2008 ,

Thank you for your kind words!

I will try to add as many features as possible!

Right now, I'm a solo developer working on this. I also have a main job and a side job, so finding time for such a large features can be hard. But I will do my best!

I will update this issue whenever I have found the time to add some of these features.