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

https://github.com/dropzone/dropzone-bower

The bower dist files
https://github.com/dropzone/dropzone-bower

Last synced: 2 months ago
JSON representation

The bower dist files

Awesome Lists containing this project

README

          

Dropzone.js

Dropzone.js is a JavaScript library that turns any HTML element into a dropzone.
This means that a user can drag and drop a file onto it, and the file gets
uploaded to the server via XHR.

# Bower Repo

This repo only exists to allow installs for bower. Bower has been discontinued
so please only use this repo if you're maintaining a legacy project.

Install like this:

`bower install dropzone/dropzone-bower`

The original repo with the actual source code of Dropzone is here:
https://github.com/dropzone/dropzone

# MIT License

See LICENSE file