mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Added outputs, fix modulesInfo
This commit is contained in:
@@ -182,6 +182,7 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
|
||||
function modulesInfo(name) {
|
||||
var modulesdata = {}
|
||||
if(name == "load-image") return {};
|
||||
if(arguments.length==0)
|
||||
for (var modulename in modules) {
|
||||
modulesdata[modulename] = modules[modulename][1];
|
||||
|
||||
Reference in New Issue
Block a user