mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 12:50:04 +01:00
Blend module updated (#263)
* blend initial steps * access to prior steps via passed util api * Update Blend And add missing start script Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * blend complete Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
09c4f250a2
commit
f8006da07e
@@ -40,5 +40,8 @@ module.exports = {
|
||||
],
|
||||
'average': [
|
||||
require('./modules/Average/Module'),require('./modules/Average/info')
|
||||
],
|
||||
'blend': [
|
||||
require('./modules/Blend/Module'),require('./modules/Blend/info')
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user