setDragImage

fun setDragImage(image: Element, x: Int, y: Int)(source)

When a drag occurs, a translucent image is generated from the drag target (the element the HTMLElement/dragstart_event event is fired at), and follows the mouse pointer during the drag.

MDN Reference