mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
* resolves #133 add -b --basic mode to only output final image update readme Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * format logs and help * update dist files
This commit is contained in:
committed by
Jeffrey Warren
parent
38cf05bb9e
commit
c19a663fa2
@@ -177,8 +177,8 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
this.events = require('./UserInterface')(UI);
|
||||
}
|
||||
|
||||
var exportBin = function(dir) {
|
||||
return require('./ExportBin')(dir,this);
|
||||
var exportBin = function(dir,basic) {
|
||||
return require('./ExportBin')(dir,this,basic);
|
||||
}
|
||||
|
||||
function modulesInfo(name) {
|
||||
|
||||
Reference in New Issue
Block a user