diff --git a/commands/edit-image/fish-eye.js b/commands/edit-image/fish-eye.js index be8b8939..68604848 100644 --- a/commands/edit-image/fish-eye.js +++ b/commands/edit-image/fish-eye.js @@ -28,7 +28,7 @@ module.exports = class FishEyeCommand extends Command { key: 'level', prompt: 'What level of distortion would you like to use?', type: 'integer', - min: 1, + min: -100, max: 100 }, {