[AB-xxx] adding pat gif generator command

This commit is contained in:
Sheldan
2023-12-25 23:43:34 +01:00
parent c71f5f004d
commit 80aff40054
11 changed files with 286 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ import java.io.File;
public interface ImageGenerationService {
File getTriggeredGif(String imageUrl);
File getPatGif(String imageUrl);
}