mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Merging Crop.js
This commit is contained in:
1
dist/image-sequencer.js
vendored
1
dist/image-sequencer.js
vendored
@@ -184151,7 +184151,6 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
options = options || {};
|
||||
options.inBrowser = options.inBrowser || typeof window !== 'undefined';
|
||||
if (options.inBrowser) options.ui = options.ui || require('./UserInterface');
|
||||
options.initialImage = "";
|
||||
|
||||
var image,
|
||||
steps = [],
|
||||
|
||||
@@ -5,7 +5,6 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
options = options || {};
|
||||
options.inBrowser = options.inBrowser || typeof window !== 'undefined';
|
||||
if (options.inBrowser) options.ui = options.ui || require('./UserInterface');
|
||||
options.initialImage = "";
|
||||
|
||||
var image,
|
||||
steps = [],
|
||||
|
||||
Reference in New Issue
Block a user