mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 12:19:58 +01:00
createMetaModule generator (#779)
* initial createMetaModule * fixes * fix * Update createMetaModule.js * Update createMetaModule.js * refactor and fix Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * update ndvi-colormap Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * fix test Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * add docs Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
@@ -38,8 +38,6 @@ function InsertStep(ref, image, index, name, o) {
|
||||
ref.modules[name].expandSteps = function expandSteps(stepsArray) {
|
||||
for (var i in stepsArray) {
|
||||
let step = stepsArray[i];
|
||||
console.log(step['name'])
|
||||
console.log(step['options'])
|
||||
ref.insertSteps(index + Number.parseInt(i), step['name'], step['options']);
|
||||
// ref.addSteps(step['name'], step['options']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user