From 3ea0a373276e0e79575d9bde2cfcae6a86c48bd8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 22 May 2020 00:20:02 -0400 Subject: [PATCH] Allow negative fish eye --- commands/edit-image/fish-eye.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, {