zapWidth and zapHeight are now in conf.php (#21)

This commit is contained in:
Fabian de Boer 2026-07-19 22:47:19 +02:00
commit e96b8e5563
4 changed files with 9 additions and 14 deletions

View file

@ -6,6 +6,9 @@
define('MAX_WORDS', 4);
define('MAX_ZAPS', 9);
define('ZAP_DEFAULT_WIDTH', 1067);
define('ZAP_DEFAULT_HEIGHT', 600);
define('ZAP_CURL_TIMEOUT', 12);
define('ZAP_IMG_TYPE', 'jpg');
define('ZAP_CANVAS_NAME', 'collage');