mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 19:30:00 +01:00
Merging publiclab:master in
This commit is contained in:
3
dist/image-sequencer.js
vendored
3
dist/image-sequencer.js
vendored
@@ -184151,7 +184151,10 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
options = options || {};
|
||||
options.inBrowser = options.inBrowser || typeof window !== 'undefined';
|
||||
if (options.inBrowser) options.ui = options.ui || require('./UserInterface');
|
||||
<<<<<<< HEAD
|
||||
options.sequencer_counter = 0;
|
||||
=======
|
||||
>>>>>>> master
|
||||
|
||||
var image,
|
||||
steps = [],
|
||||
|
||||
Reference in New Issue
Block a user