How do i implement a copy image to clipboard functionality in toddle?
So I assume you could take the image , encode it to base64 and use that in the copy to clipboard action But either way , you 'd have to use a custom action for it Unless the copy to clipboard action allows you to input a blob from a variable 🤔 I might be overthinking it if you can jsut pass it directly in