Skip to content

arnellebalane/custom-drag-image-example

Repository files navigation

Drag and Drop API: Custom Drag Image

Demo on how to set a custom drag image with the Drag and Drop API.

See live demo

demo

Running this project

$ git clone https://github.com/arnellebalane/custom-drag-image-example
$ cd custom-drag-image-example
$ npm install
$ npm start         # Runs project on localhost:5000
$ npm run build     # Builds files for deployment inside `build` directory

Related