(fullPath: string)
| 129 | } |
| 130 | |
| 131 | export function getArchiveImageLookupKeys(fullPath: string): string[] { |
| 132 | return getImagePathLookupSuffixes(fullPath); |
| 133 | } |
| 134 | |
| 135 | export function getColmapArchiveKey(entryPath: string): string { |
| 136 | const filename = entryPath.split('/').pop() ?? entryPath; |