Use case or problem
When viewing a web page within Canvas, I would like to extract information and lay them out on canvas. Currently, we can select text, drag and drop to canvas. However, we cannot do the same on images.
Proposed solution
Allow drag and drop image from web page within the canvas directly onto the canvas, and also to local folder.
Directly dropping on canvas will make URL embedded of the image on canvas.
Dropping to local folder will save the file locally. We can then drag back it to canvas if we want a local copy version of the image.
Current workaround (optional)
Open the webpage on Web Viewer. Right click on the image. Copy image or Copy image link. Then paste it on canvas. The former will create local file copy, and latter will be just URL based image embedding.