pmndrs / leva

🌋 React-first components GUI
https://leva.pmnd.rs
MIT License
4.76k stars 195 forks source link

Suggestion: Accpet image link on drop #346

Open metehus opened 2 years ago

metehus commented 2 years ago

On the image input, it's possible to drag and drop an image file from the device to be used. A suggestion for that input is to accept image URLs, so it's possible to search an image online, drag and drop it to the input and it works!

I've done that in a plugin for tweakpane by reading the URL, fetching the image and then using it

gsimone commented 2 years ago

Do you want to open a PR for this? It would be great!

fulopkovacs commented 1 year ago

Wow, this would be super useful for quickly testing things in the browser (e.g.: textures, HDRI environment maps)! 🤩 I'll look into it this week and make a PR if I have time.