Added outputs, fix modulesInfo

This commit is contained in:
Chinmay Pandhare
2017-08-26 03:27:10 +05:30
parent 38975791ca
commit c7e4ec7c4a
5 changed files with 19616 additions and 19656 deletions

View File

@@ -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];