Complete manifest JSON + working canvas JSON

This commit is contained in:
2023-10-09 12:33:30 +02:00
parent 550fe0f4ef
commit 127b2b302f
10 changed files with 131 additions and 96 deletions

View File

@@ -2,6 +2,6 @@ PORT = 8080
BASE_URL = 'https://something.com'
# The most recent API version number that should be supported
IIIF_API_VERSION = 2
# The Image API service's base URL
# The Image API service's base URL. No trailing slash!
IMAGE_SERVER_URL = 'https://images.something.com'
IMAGES_DIR = '/path/to/iiif/images'