mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
42d49112ef
commit
73a9cd2961
@@ -47,6 +47,7 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
fs = require('fs');
|
||||
|
||||
|
||||
|
||||
if (options.inBrowser) {
|
||||
for (o in sequencer) {
|
||||
modules[o] = sequencer[o];
|
||||
@@ -200,8 +201,8 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
this.events = require('./ui/UserInterface')(UI);
|
||||
}
|
||||
|
||||
var exportBin = function(dir, basic) {
|
||||
return require('./ExportBin')(dir, this, basic);
|
||||
var exportBin = function(dir, basic, filename) {
|
||||
return require('./ExportBin')(dir, this, basic, filename);
|
||||
}
|
||||
|
||||
function modulesInfo(name) {
|
||||
|
||||
Reference in New Issue
Block a user