How to drag and drop from one HTML5 canvas to another

前端 未结 3 454
日久生厌
日久生厌 2021-01-13 12:17

I\'m trying to figure out how to drag and drop an image from one canvas to another canvas. Assuming the canvases are next to each other, would it be possible to seamlessly

3条回答
  •  春和景丽
    2021-01-13 12:53

    Why does this need to be 2 canvases? The canvas is your drawing area, you control it. Why do you need 2?

提交回复
热议问题