diff options
| author | 2025-07-16 13:36:07 +0700 | |
|---|---|---|
| committer | 2025-07-16 13:36:07 +0700 | |
| commit | 4fa22c837cb00b87cd43c0aceec26729b8c3fa48 (patch) | |
| tree | bfe67471fce17afbe7213f0c3d5dd4982b2354c4 /config/config.json | |
| parent | 1a4df793e0228d4edbc1a87b1e9f53504a7a1189 (diff) | |
| download | thumbnail-generator-4fa22c837cb00b87cd43c0aceec26729b8c3fa48.tar.gz thumbnail-generator-4fa22c837cb00b87cd43c0aceec26729b8c3fa48.zip | |
format: rename processor to converter
Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json index acf3e02..db4ddd4 100644 --- a/config/config.json +++ b/config/config.json @@ -19,7 +19,7 @@ "png" ] }, - "Processor": { + "Converter": { "Type": "webp", "Config": { "Quality": 80, |