Files
Motula-Translate-Backend/public/assets/js/dropzone.js
2024-01-21 17:18:37 +01:00

11 lines
177 B
JavaScript

// npm package: dropify
// github link: https://github.com/dropzone/dropzone
$(function() {
'use strict';
$("exampleDropzone").dropzone({
url: 'nobleui.com'
});
});