mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-16 13:20:01 +01:00
cleanup, start to testing, docs, etc
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
*/
|
||||
module.exports = function ImageSelect(options) {
|
||||
|
||||
//window.$ = window.jQuery = require('jquery');
|
||||
|
||||
options = options || {};
|
||||
options.selector = options.selector || "#drop";
|
||||
options.inputSelector = options.inputSelector || "#file-select";
|
||||
@@ -13,6 +15,8 @@ module.exports = function ImageSelect(options) {
|
||||
var image,
|
||||
el = options.ui.el;
|
||||
|
||||
console.log(el,$('body'));
|
||||
|
||||
function setup() {
|
||||
|
||||
// CSS UI
|
||||
|
||||
Reference in New Issue
Block a user