mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 20:30:01 +01:00
Phase 1 Completion
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
* Core modules
|
||||
*/
|
||||
module.exports = {
|
||||
|
||||
'image-select': require('./modules/ImageSelect'),
|
||||
'do-nothing': require('./modules/DoNothing'),
|
||||
'green-channel': require('./modules/GreenChannel'),
|
||||
'ndvi-red': require('./modules/NdviRed'),
|
||||
'plot': require('./modules/Plot'),
|
||||
'image-threshold': require('./modules/ImageThreshold'),
|
||||
'crop': require('./modules/Crop')
|
||||
'do-nothing-pix': require('./modules/DoNothingPix')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user