mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 20:30:01 +01:00
Added Crop Module
This commit is contained in:
@@ -7,6 +7,6 @@ module.exports = {
|
||||
'green-channel': require('./modules/GreenChannel'),
|
||||
'ndvi-red': require('./modules/NdviRed'),
|
||||
'plot': require('./modules/Plot'),
|
||||
'image-threshold': require('./modules/ImageThreshold')
|
||||
|
||||
'image-threshold': require('./modules/ImageThreshold'),
|
||||
'crop': require('./modules/Crop')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user