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
- Host: GitHub
- URL: https://github.com/dropzone/dropzone-bower
- Owner: dropzone
- License: other
- Created: 2021-02-09T09:50:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T10:15:09.000Z (about 4 years ago)
- Last Synced: 2025-01-08T06:43:20.050Z (about 1 year ago)
- Size: 446 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

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