frontend
frontend copied to clipboard
feat: allow users to crop images / icons in client.
When uploading an image, crop and allow user to confirm.
For the purpose for this issue, just implement a way to crop arbitrary images in app.
~~Will be using https://www.npmjs.com/package/react-image-crop.~~ Need to find something for use with Solid.js
I assume you have seen https://github.com/zentered/solid-image-crop ? Or Cropper.js which that is using?
hello, the main idea is could be like this,
in this section, we can move the close button to the top corner, the centre resize button will hover when user clicks it. the cropper will open. after cropping, image will be changed into cropped image. solid-image-crop can be usable as i can see. what you think about it? Good work.