mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-18 22:30:01 +01:00
initial commit
This commit is contained in:
22
dist/imageboard.js
vendored
Normal file
22
dist/imageboard.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
(function(exports){
|
||||
|
||||
if (typeof module === 'undefined')
|
||||
exports = ImageBoard;
|
||||
else
|
||||
module.exports = ImageBoard;
|
||||
|
||||
})(typeof exports === 'undefined'? this['ImageBoard']={}: exports);
|
||||
|
||||
var ImageBoard = function ImageBoard(options){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
jQuery(document).ready(function($) {
|
||||
|
||||
var imageSelect = imageselect({ selector: '#drop' });
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user