mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Support External Images via Canvas
This commit is contained in:
@@ -142,8 +142,7 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
for (var i in json_q.images)
|
||||
require('./LoadImage')(this,i,json_q.images[i])
|
||||
|
||||
json_q.callback();
|
||||
return {
|
||||
var ret = {
|
||||
name: "ImageSequencer Wrapper",
|
||||
sequencer: this,
|
||||
addSteps: this.addSteps,
|
||||
@@ -154,6 +153,8 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
setUI: this.setUI,
|
||||
images: loadedimages
|
||||
};
|
||||
json_q.callback.call(ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
function replaceImage(selector,steps,options) {
|
||||
|
||||
Reference in New Issue
Block a user