ValentinH / svelte-easy-crop

A Svelte component to crop images with easy interactions
https://codesandbox.io/s/svelte-easy-crop-basic-demo-q1005?file=/App.svelte
MIT License
199 stars 31 forks source link

A full demo with a file upload field #15

Closed azmeuk closed 3 years ago

azmeuk commented 3 years ago

Congratulations for this component.

I just thought it would be really appealing to show the component in a real world situation with a file upload field:

What do you think?

ValentinH commented 3 years ago

I agree that this would be a great demo. To be honest, I'm not using Svelte anymore so I'd not be super efficient building such a demo.

If someone is interested, we could do a demo similar to this React one: https://codesandbox.io/s/y09komm059

azmeuk commented 3 years ago

Thank you for your answer. Does it mean this component is unmaintained?

ValentinH commented 3 years ago

I aim to answer to issues and manage pull requests but I'm not actively working on this package.

oscarhermoso commented 3 years ago

Here's something thrown together pretty quickly. Hopefully inspires someone to take it another step forward 🐕

https://svelte.dev/repl/11303854cb6247ae99514acad96190b6?version=3.42.4

ValentinH commented 3 years ago

Thanks, I added this to the Readme 🚀