An open API service indexing awesome lists of open source software.

https://github.com/andersclark/browser-drag-api

A tiny exploration of the browser's Drag and Drop API
https://github.com/andersclark/browser-drag-api

browser css drag-and-drop html javasript

Last synced: about 3 hours ago
JSON representation

A tiny exploration of the browser's Drag and Drop API

Awesome Lists containing this project

README

          

# Drag API

Most days I read a random article on Mozilla Developer Network.
Today I ended up reading about the browsers [Drag and Drop API](https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API).

Try it out [HERE](https://andersclark.github.io/browser-drag-api/drag.html).