feat: image size param

This commit is contained in:
Timothy J. Baek 2024-02-22 19:32:36 -08:00
parent 0d99c292f6
commit 7ec4c07bf9
4 changed files with 125 additions and 6 deletions

View file

@ -44,3 +44,6 @@ class ERROR_MESSAGES(str, Enum):
MALICIOUS = "Unusual activities detected, please try again in a few minutes."
PANDOC_NOT_INSTALLED = "Pandoc is not installed on the server. Please contact your administrator for assistance."
INCORRECT_FORMAT = (
lambda err="": f"Invalid format. Please use the correct format{err if err else ''}"
)