frontend icon indicating copy to clipboard operation
frontend copied to clipboard

feat: allow users to crop images / icons in client.

Open insertish opened this issue 4 years ago • 3 comments

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.

insertish avatar Aug 06 '21 18:08 insertish

~~Will be using https://www.npmjs.com/package/react-image-crop.~~ Need to find something for use with Solid.js

insertish avatar May 31 '22 18:05 insertish

I assume you have seen https://github.com/zentered/solid-image-crop ? Or Cropper.js which that is using?

Stroopwafe1 avatar Jun 14 '23 20:06 Stroopwafe1

hello, the main idea is could be like this,

Image

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.

xfxpositions avatar Jul 31 '23 18:07 xfxpositions